fixup/test compiler warnings
This commit is contained in:
committed by
Graham Sanderson
parent
4f64f3af80
commit
7e4e3290d5
@@ -134,7 +134,7 @@ void hid_task(void) {
|
||||
static bool has_key = false;
|
||||
|
||||
static bool toggle = false;
|
||||
if (toggle = !toggle) {
|
||||
if ((toggle = !toggle)) {
|
||||
uint8_t keycode[6] = {0};
|
||||
keycode[0] = HID_KEY_A;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user