projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed broken USE_RAM_DESCRIPTORS compile time option when the FIXED_NUM_CONFIGURATION...
[pub/USBasp.git]
/
Projects
/
LEDNotifier
/
LEDNotifier.c
diff --git
a/Projects/LEDNotifier/LEDNotifier.c
b/Projects/LEDNotifier/LEDNotifier.c
index
6242774
..
8e70e90
100644
(file)
--- 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();
}