chore: unused var cleanup

This commit is contained in:
Florian Didron
2019-11-28 22:00:46 +09:00
committed by Drashna Jael're
parent c80f69639b
commit 47fa4894bb

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