浏览代码

Adding missing NL's for Cons and Sys Control debug

simple
Jacob Alexander 9 年前
父节点
当前提交
0ec5e6d9c2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      Output/pjrcUSB/arm/usb_keyboard.c

+ 2
- 2
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