6 lines
93 B
C
6 lines
93 B
C
#ifdef MCU_KINETIS_L
|
|
#include "mcu/sys-mkl27z.h"
|
|
#else
|
|
#include "mcu/sys-stm32f103.h"
|
|
#endif
|