summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Didron <fd@librem.one>2019-11-28 22:00:46 +0900
committerDrashna Jael're <drashna@live.com>2019-12-05 16:03:54 -0800
commit47fa4894bb338ec9a50a7c44b51e6d47154fb410 (patch)
treec068a8a3054a6e98c6015dbc956d2927e9b6674a
parentc80f69639b2cc6f8b4becd5819df5bf547bbfc2d (diff)
chore: unused var cleanup
-rw-r--r--tmk_core/common/webusb.c2
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];