Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lufa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
lufa
Commits
5e0c8077
Commit
5e0c8077
authored
Jun 20, 2011
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Fix incorrect printf format specifier in the HIDReportViewer project.
parent
a7dd9844
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
LUFA/ManPages/FutureChanges.txt
+0
-1
0 additions, 1 deletion
LUFA/ManPages/FutureChanges.txt
Projects/HIDReportViewer/HIDReportViewer.c
+8
-8
8 additions, 8 deletions
Projects/HIDReportViewer/HIDReportViewer.c
with
8 additions
and
9 deletions
LUFA/ManPages/FutureChanges.txt
+
0
−
1
View file @
5e0c8077
...
...
@@ -30,7 +30,6 @@
* - Demos/Projects
* -# Device/Host USB bridge
* -# Finish incomplete demos and projects
* -# HID Report Parser Dumper Project
* -# Add class driver support for Test and Measurement class
* -# Add class driver support for EEM class
* -# Add class driver support for ECM class
...
...
This diff is collapsed.
Click to expand it.
Projects/HIDReportViewer/HIDReportViewer.c
+
8
−
8
View file @
5e0c8077
...
...
@@ -151,14 +151,14 @@ int main(void)
" - Item Flags: 0x%02"
PRIX8
"
\r\n
"
" - Item Offset (Bits): 0x%02"
PRIX8
"
\r\n
"
" - Item Size (Bits): 0x%02"
PRIX8
"
\r\n
"
" - Usage Page: 0x%04"
PRIX
32
"
\r\n
"
" - Usage: 0x%04"
PRIX
32
"
\r\n
"
" - Unit Type: 0x%0
4
"
PRIX32
"
\r\n
"
" - Usage Page: 0x%04"
PRIX
16
"
\r\n
"
" - Usage: 0x%04"
PRIX
16
"
\r\n
"
" - Unit Type: 0x%0
8
"
PRIX32
"
\r\n
"
" - Unit Exponent: 0x%02"
PRIX8
"
\r\n
"
" - Logical Minimum: 0x%0
4
"
PRIX32
"
\r\n
"
" - Logical Maximum: 0x%0
4
"
PRIX32
"
\r\n
"
" - Physical Minimum: 0x%0
4
"
PRIX32
"
\r\n
"
" - Physical Maximum: 0x%0
4
"
PRIX32
"
\r\n
"
" - Logical Minimum: 0x%0
8
"
PRIX32
"
\r\n
"
" - Logical Maximum: 0x%0
8
"
PRIX32
"
\r\n
"
" - Physical Minimum: 0x%0
8
"
PRIX32
"
\r\n
"
" - Physical Maximum: 0x%0
8
"
PRIX32
"
\r\n
"
" - Collection Path:
\r\n
"
),
ItemIndex
,
RItem
->
ReportID
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment