Switch to using the standard printf() format specifiers in the HIDReportViewer project.

This commit is contained in:
Dean Camera 2011-06-19 04:29:03 +00:00
parent bad956bace
commit 6e0adb9872
2 changed files with 21 additions and 20 deletions

View file

@ -43,6 +43,7 @@
#include <avr/power.h>
#include <avr/interrupt.h>
#include <stdio.h>
#include <inttypes.h>
#include <LUFA/Version.h>
#include <LUFA/Drivers/Misc/TerminalCodes.h>