8 lines
107 B
Makefile
8 lines
107 B
Makefile
![]() |
MCU_VARIANT = stm32h503xx
|
||
|
|
||
|
CFLAGS += \
|
||
|
-DSTM32H503xx
|
||
|
|
||
|
# For flash-jlink target
|
||
|
JLINK_DEVICE = stm32h503rb
|