mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-01-05 12:41:07 -05:00
10 lines
209 B
Plaintext
10 lines
209 B
Plaintext
|
|
# CPU type used for flashing
|
|
MK_PROGRAMMER_CPU = CORE_CPU
|
|
|
|
# Name of the flag used by the build system to pass to the compiler the CPU type.
|
|
MK_MCU = CORE_CPU
|
|
|
|
# Add CPU core to tags
|
|
CPU_TAGS += [ CORE_CPU ]
|