mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-04 14:55:29 +00:00
chore: unused var cleanup
This commit is contained in:
committed by
Florian Didron
parent
9a97a0eee9
commit
354af71894
@@ -7,8 +7,6 @@ webusb_state_t webusb_state = {
|
||||
.pairing = false,
|
||||
};
|
||||
|
||||
#define pl u8"https://plop.com"
|
||||
|
||||
void webusb_receive(uint8_t *data, uint8_t length) {
|
||||
uint8_t command = data[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user