#ifdef STM32F1 # include <stm32f10x.h> #elifdef STM32F4 # include <stm32f4xx.h> #endif int main(void) { for (;;); return 0; }