From: Jacob Alexander Date: Tue, 24 Feb 2015 06:25:46 +0000 (-0800) Subject: Adding missing NL's for Cons and Sys Control debug X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0ec5e6d9c2d4e280d84c7ec39aee8c0fdca74225;hp=2b972a2a70537a2fc34b0d1d52d5b79133373b0d;p=kiibohd-controller.git Adding missing NL's for Cons and Sys Control debug --- diff --git a/Output/pjrcUSB/arm/usb_keyboard.c b/Output/pjrcUSB/arm/usb_keyboard.c index 42d71bc..b425073 100644 --- a/Output/pjrcUSB/arm/usb_keyboard.c +++ b/Output/pjrcUSB/arm/usb_keyboard.c @@ -162,7 +162,7 @@ void usb_keyboard_send() { print("SysCtrl["); printHex_op( USBKeys_SysCtrl, 2 ); - print("] "); + print( "] " NL ); } *tx_buf++ = 0x02; // ID @@ -181,7 +181,7 @@ void usb_keyboard_send() { print("ConsCtrl["); printHex_op( USBKeys_ConsCtrl, 2 ); - print("] "); + print( "] " NL ); } *tx_buf++ = 0x03; // ID