Name unnamed structs and remove duplicated semicolons

This commit is contained in:
Themba Dube
2019-03-15 19:41:54 -04:00
parent 51824b4316
commit edb58cc61b
8 changed files with 71 additions and 51 deletions

View File

@@ -421,4 +421,8 @@ static bool button_is_pressed(uint8_t id)
return false;
}
#else /* Enable this file at the top */
/* This dummy typedef exists purely to silence -Wpedantic. */
typedef int keep_pedantic_happy;
#endif