#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