add -Wextra: further code cleanup
please fix Wno-unused-parameter -Wno-missing-field-initializers in the future
This commit is contained in:
@ -38,7 +38,7 @@ void BOOT_boot(void)
|
||||
((pFunction)bootAddress[1])();
|
||||
}
|
||||
|
||||
int main(int argc, char * argv[])
|
||||
int main()
|
||||
{
|
||||
uint8_t hidmsg[64];
|
||||
uint32_t t1 = 0;
|
||||
|
Reference in New Issue
Block a user