mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-07-02 15:04:47 -04:00
Fix make test:all failures seen on macOS Tahoe (#26136)
This commit is contained in:
@@ -26,8 +26,8 @@ extern "C" {
|
||||
}
|
||||
|
||||
struct update {
|
||||
int8_t index;
|
||||
bool clockwise;
|
||||
uint8_t index;
|
||||
bool clockwise;
|
||||
};
|
||||
|
||||
uint8_t updates_array_idx = 0;
|
||||
|
||||
Reference in New Issue
Block a user