Pseudo-port the projects and dual role demos for possible later multi-arch support.
This commit is contained in:
@@ -54,12 +54,14 @@ int main(void)
|
||||
/** Configures the board hardware and chip peripherals for the project'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 */
|
||||
USB_Init();
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
|
||||
#include <LUFA/Drivers/Board/LEDs.h>
|
||||
#include <LUFA/Drivers/USB/USB.h>
|
||||
#include <LUFA/Platform/Platform.h>
|
||||
|
||||
/* Macros: */
|
||||
#define RELAY1 (1 << 7)
|
||||
|
||||
Reference in New Issue
Block a user