Port the device mode demos to the XMEGA architecture where applicable.
This commit is contained in:
parent
329629a316
commit
151a1c5888
57 changed files with 670 additions and 54 deletions
|
@ -62,12 +62,14 @@ int main(void)
|
|||
/** Configures the board hardware and chip peripherals for the demo's functionality. */
|
||||
void SetupHardware(void)
|
||||
{
|
||||
#if (ARCH == ARCH_AVR8)
|
||||
/* Disable watchdog if enabled by bootloader/fuses */
|
||||
MCUSR &= ~(1 << WDRF);
|
||||
wdt_disable();
|
||||
|
||||
/* Disable clock division */
|
||||
clock_prescale_set(clock_div_1);
|
||||
#endif
|
||||
|
||||
/* Hardware Initialization */
|
||||
LEDs_Init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue