From 7c9c3d15e0b772a8bf26c9695236b80cb26c71b5 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 1 Aug 2015 11:52:23 +1000 Subject: Minor documentation improvements. --- Projects/LEDNotifier/LEDNotifier.c | 2 ++ Projects/LEDNotifier/makefile | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'Projects') diff --git a/Projects/LEDNotifier/LEDNotifier.c b/Projects/LEDNotifier/LEDNotifier.c index 6242774a6..8e70e90d4 100644 --- a/Projects/LEDNotifier/LEDNotifier.c +++ b/Projects/LEDNotifier/LEDNotifier.c @@ -134,6 +134,8 @@ int main(void) if (Channel & (1 << 7)) SoftPWM_Channel3_Duty = Duty; + fputc(&USBSerialStream, ColourUpdate); + CDC_Device_USBTask(&VirtualSerial_CDC_Interface); USB_USBTask(); } diff --git a/Projects/LEDNotifier/makefile b/Projects/LEDNotifier/makefile index 05436edec..41f9d1647 100644 --- a/Projects/LEDNotifier/makefile +++ b/Projects/LEDNotifier/makefile @@ -11,10 +11,10 @@ # Run "make help" for target help. -MCU = at90usb1287 +MCU = atmega32u2 ARCH = AVR8 -BOARD = BUI -F_CPU = 8000000 +BOARD = USB2AX +F_CPU = 16000000 F_USB = $(F_CPU) OPTIMIZATION = s TARGET = LEDNotifier -- cgit v1.2.3