Fix make test:all failures seen on macOS Tahoe (#26136)

This commit is contained in:
Scott Lamb
2026-04-28 11:31:00 -07:00
committed by GitHub
parent 7d40a3328f
commit 0c5e36d056
16 changed files with 35 additions and 31 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ extern "C" {
}
struct update {
int8_t index;
bool clockwise;
uint8_t index;
bool clockwise;
};
uint8_t updates_array_idx = 0;