Skip to content
Snippets Groups Projects
Commit fd024de8 authored by Dean Camera's avatar Dean Camera
Browse files

Fix LEDNotifier project writing to the incorrect output stream.

parent a08a0248
Branches
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ int main(void)
if (Channel & (1 << 7))
SoftPWM_Channel3_Duty = Duty;
fputc(&USBSerialStream, ColourUpdate);
fputc(ColourUpdate, &USBSerialStream);
CDC_Device_USBTask(&VirtualSerial_CDC_Interface);
USB_USBTask();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment