Skip to content

Commit

Permalink
F1,ChibiOS,stm32_registry: Stop it from whining about platform flags.
Browse files Browse the repository at this point in the history
I'm not sure what specific MCU the pipXtreme uses to fix it properly, but STM32F10X_MD needs to be defined anyway for the older CMSIS, so there's a need to touch that header anyway.
  • Loading branch information
glowtape committed Apr 14, 2018
1 parent 40e1eed commit ec60584
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
#elif defined(STM32F105xC) || defined(STM32F107xC)
#define STM32F10X_CL

#elif defined(STM32F10X_MD)
/* Fix for dRonin */

#else
#error "unsupported or unrecognized STM32F1xx member"
#endif
Expand Down

0 comments on commit ec60584

Please sign in to comment.