mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Added missing compilation warning for unsupported F3 targets. (#8930)
Added missing compilation warning for unsupported F3 targets.
This commit is contained in:
commit
064ca9b75e
1 changed files with 4 additions and 0 deletions
|
@ -30,3 +30,7 @@ const char * const buildTime = __TIME__;
|
|||
#ifdef STM32F1
|
||||
#warning STM32F1 based targets are unsupported as of Betaflight 3.3.
|
||||
#endif
|
||||
|
||||
#ifdef STM32F3
|
||||
#warning STM32F3 based targets are unsupported as of Betaflight 4.1.
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue