Nikita91

Results 3 comments of Nikita91

Don't forget that this bug is in L4, G4, H7... at least

Why: #if defined(STM32H745xx) || defined(STM32H745xG) || etc... insteed of: #if defined (HRTIM1)

TinyUSB already requires gcc C11 to get rid of warnings about unnamed structs/unions when [-Wpedantic] is used (ISO C99 doesn't support unnamed structs/unions). Why not use other features of C11?