1
0

Minor documentation improvements.

This commit is contained in:
Dean Camera
2015-08-01 11:52:23 +10:00
parent 617763ae20
commit 7c9c3d15e0
6 changed files with 13 additions and 9 deletions

View File

@@ -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();
}

View File

@@ -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