diff options
author | Florian Didron <fd@librem.one> | 2019-11-28 22:00:46 +0900 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2019-12-06 08:20:51 +0900 |
commit | 354af718940929d235ad49d4c32194f6f40c8fa0 (patch) | |
tree | c068a8a3054a6e98c6015dbc956d2927e9b6674a | |
parent | 9a97a0eee988bc508ad8c64eb4b83a9018819d27 (diff) |
chore: unused var cleanup
-rw-r--r-- | tmk_core/common/webusb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tmk_core/common/webusb.c b/tmk_core/common/webusb.c index 63b967b7bf..5d8993ac78 100644 --- a/tmk_core/common/webusb.c +++ b/tmk_core/common/webusb.c @@ -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]; |