Archived
1
0

Adding missing NL's for Cons and Sys Control debug

This commit is contained in:
Jacob Alexander 2015-02-23 22:25:46 -08:00
parent 2b972a2a70
commit 0ec5e6d9c2

View File

@ -162,7 +162,7 @@ void usb_keyboard_send()
{ {
print("SysCtrl["); print("SysCtrl[");
printHex_op( USBKeys_SysCtrl, 2 ); printHex_op( USBKeys_SysCtrl, 2 );
print("] "); print( "] " NL );
} }
*tx_buf++ = 0x02; // ID *tx_buf++ = 0x02; // ID
@ -181,7 +181,7 @@ void usb_keyboard_send()
{ {
print("ConsCtrl["); print("ConsCtrl[");
printHex_op( USBKeys_ConsCtrl, 2 ); printHex_op( USBKeys_ConsCtrl, 2 );
print("] "); print( "] " NL );
} }
*tx_buf++ = 0x03; // ID *tx_buf++ = 0x03; // ID