Fixed incorrect comparison in the descriptor callback routine of the TeensyHID bootlo...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / DevChapter9.h
index 44913db..868c3fa 100644 (file)
@@ -46,6 +46,7 @@
                #include <avr/pgmspace.h>\r
                #include <avr/eeprom.h>\r
                #include <avr/boot.h>\r
+               #include <util/atomic.h>\r
                \r
                #include "../HighLevel/StdDescriptors.h"\r
                #include "../HighLevel/Events.h"\r
                                 *\r
                                 *  \note This variable should be treated as read-only in the user application, and never manually\r
                                 *        changed in value.\r
+                                *        \n\n\r
                                 *\r
                                 *  \note To reduce FLASH usage of the compiled applications where Remote Wakeup is not supported,\r
                                 *        this global and the underlying management code can be disabled by defining the \r