changeset 292:e946656696f2

Adding missing NL's for Cons and Sys Control debug
author Jacob Alexander <haata@kiibohd.com>
date Mon, 23 Feb 2015 22:25:46 -0800
parents 18f461ea6440
children 57f40871c726
files Output/pjrcUSB/arm/usb_keyboard.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Output/pjrcUSB/arm/usb_keyboard.c	Mon Feb 23 22:13:39 2015 -0800
+++ b/Output/pjrcUSB/arm/usb_keyboard.c	Mon Feb 23 22:25:46 2015 -0800
@@ -162,7 +162,7 @@
 			{
 				print("SysCtrl[");
 				printHex_op( USBKeys_SysCtrl, 2 );
-				print("] ");
+				print( "] " NL );
 			}
 
 			*tx_buf++ = 0x02; // ID
@@ -181,7 +181,7 @@
 			{
 				print("ConsCtrl[");
 				printHex_op( USBKeys_ConsCtrl, 2 );
-				print("] ");
+				print( "] " NL );
 			}
 
 			*tx_buf++ = 0x03; // ID