From 0ec5e6d9c2d4e280d84c7ec39aee8c0fdca74225 Mon Sep 17 00:00:00 2001
From: Jacob Alexander <haata@kiibohd.com>
Date: Mon, 23 Feb 2015 22:25:46 -0800
Subject: [PATCH] Adding missing NL's for Cons and Sys Control debug

---
 Output/pjrcUSB/arm/usb_keyboard.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
-- 
2.39.5