From 72fc4a204de72bfc3b2d62162d2c8ff59dd5803f Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 14 Oct 2012 20:18:46 +0000 Subject: 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. --- Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Demos') 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 -- cgit v1.2.3