chore: unused var cleanup
This commit is contained in:
committed by
Drashna Jael're
parent
c80f69639b
commit
47fa4894bb
@@ -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