diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-10-14 20:18:46 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-10-14 20:18:46 +0000 |
commit | 72fc4a204de72bfc3b2d62162d2c8ff59dd5803f (patch) | |
tree | cbe788e9e669ab1cb993f0476035d3610afb1b45 /Demos/DualRole | |
parent | 826a77e90c467bb5e3cf312267463fb645298252 (diff) | |
download | lufa-72fc4a204de72bfc3b2d62162d2c8ff59dd5803f.tar.gz lufa-72fc4a204de72bfc3b2d62162d2c8ff59dd5803f.tar.bz2 lufa-72fc4a204de72bfc3b2d62162d2c8ff59dd5803f.zip |
Clean up unnecessary CPPCheck static analysis suppression comments, force Doxygen and GCC compiler specific macros as being always undefined when performing a static analysis of the code.
Diffstat (limited to 'Demos/DualRole')
-rw-r--r-- | Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.h b/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.h index efc4cc46e..d3e056329 100644 --- a/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.h +++ b/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.h @@ -70,6 +70,8 @@ /* Function Prototypes: */ void SetupHardware(void); + + void EVENT_USB_UIDChange(void); #endif |