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,
|
.pairing = false,
|
||||||
};
|
};
|
||||||
|
|
||||||
#define pl u8"https://plop.com"
|
|
||||||
|
|
||||||
void webusb_receive(uint8_t *data, uint8_t length) {
|
void webusb_receive(uint8_t *data, uint8_t length) {
|
||||||
uint8_t command = data[0];
|
uint8_t command = data[0];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user