Sfoglia il codice sorgente

Adding missing NL's for Cons and Sys Control debug

simple
Jacob Alexander 9 anni fa
parent
commit
0ec5e6d9c2
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      Output/pjrcUSB/arm/usb_keyboard.c

+ 2
- 2
Output/pjrcUSB/arm/usb_keyboard.c Vedi File

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