1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Added F7 overclock (#5372)

This commit is contained in:
Andrey Mironov 2018-03-05 22:28:29 +03:00 committed by Michael Keller
parent d004cf5fb7
commit e49dfb1634
5 changed files with 77 additions and 9 deletions

View file

@ -287,6 +287,8 @@ static const char * const lookupOverclock[] = {
"192MHZ", "216MHZ", "240MHZ"
#elif defined(STM32F411xE)
"108MHZ", "120MHZ"
#elif defined(STM32F7)
"240MHZ"
#endif
};
#endif