Added missing compilation warning for unsupported F3 targets.

This commit is contained in:
mikeller 2019-09-22 22:37:42 +12:00
parent 031a21b9fc
commit 8cee81406e
1 changed files with 4 additions and 0 deletions

View File

@ -30,3 +30,7 @@ const char * const buildTime = __TIME__;
#ifdef STM32F1 #ifdef STM32F1
#warning STM32F1 based targets are unsupported as of Betaflight 3.3. #warning STM32F1 based targets are unsupported as of Betaflight 3.3.
#endif #endif
#ifdef STM32F3
#warning STM32F3 based targets are unsupported as of Betaflight 4.1.
#endif