mirror of
https://github.com/ecraven/g13.git
synced 2025-06-20 01:03:43 -04:00
fixing typo, adding missing comment end
This commit is contained in:
parent
ca9f4e0a78
commit
d02d881ef7
2
g13.cc
2
g13.cc
@ -184,7 +184,7 @@ void g13_parse_keys(unsigned char *buf, int file) {
|
|||||||
cout << hex << setw(2) << setfill('0') << (int)buf[6];
|
cout << hex << setw(2) << setfill('0') << (int)buf[6];
|
||||||
cout << hex << setw(2) << setfill('0') << (int)buf[5];
|
cout << hex << setw(2) << setfill('0') << (int)buf[5];
|
||||||
cout << hex << setw(2) << setfill('0') << (int)buf[4];
|
cout << hex << setw(2) << setfill('0') << (int)buf[4];
|
||||||
cout << hex << setw(2) << setfill('0') << (int)buf[3] << endl;*
|
cout << hex << setw(2) << setfill('0') << (int)buf[3] << endl;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
void g13_init_lcd(libusb_device_handle *handle) {
|
void g13_init_lcd(libusb_device_handle *handle) {
|
||||||
|
Loading…
Reference in New Issue
Block a user