#include <avr/wdt.h>\r
#include <avr/boot.h>\r
#include <avr/eeprom.h>\r
+ #include <avr/power.h>\r
#include <stdbool.h>\r
\r
#include "Descriptors.h"\r
\r
/* Function Prototypes: */\r
#if defined(INCLUDE_FROM_BOOTLOADERCDC_C) || defined(__DOXYGEN__)\r
- static void ProgramReadWriteMemoryBlock(const uint8_t Command);\r
+ static void ReadWriteMemoryBlock(const uint8_t Command);\r
static uint8_t FetchNextCommandByte(void);\r
- static void WriteNextResponseByte(const uint8_t Response);\r
+ static void WriteNextResponseByte(const uint8_t Response);\r
#endif\r
\r
#endif\r