chore: unused var cleanup

This commit is contained in:
Florian Didron
2019-11-28 22:00:46 +09:00
committed by Florian Didron
parent 9a97a0eee9
commit 354af71894

View File

@@ -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];