* defined in the project makefile and passed to the compiler via the -D switch.\r
* - The makefile EEPROM programming targets for FLIP and dfu-programmer no longer program in the FLASH data in addition to the\r
* EEPROM data into the device. If both are to be programmed, both the EEPROM and FLASH programming targets must be called.\r
+ * - As the avr-libc macro has been corrected in recent avr-libc distributions, the SetSystemClockPrescaler() macro has been removed.\r
+ * Include <avr/power.h> and call clock_prescale_set(clock_div_1); instead on recent avr-libc distributions.\r
*\r
* <b>Library Demos</b>\r
* - The USBtoSerial demo now discards all data when not connected to a host, rather than buffering it for later transmission.\r