mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-14 02:37:54 +00:00
Default to defining STM32_BOARD when compiling for arm
This commit is contained in:
parent
307103f95a
commit
20cb173f8e
@ -22,7 +22,9 @@
|
|||||||
/********************/
|
/********************/
|
||||||
//Uncomment one of the line below if you have a different module not based on the original Multi Atmega328p design which includes the 4-in-1.
|
//Uncomment one of the line below if you have a different module not based on the original Multi Atmega328p design which includes the 4-in-1.
|
||||||
//If you don't know then leave them commented.
|
//If you don't know then leave them commented.
|
||||||
//#define STM32_BOARD
|
#ifdef __arm__
|
||||||
|
#define STM32_BOARD
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*******************/
|
/*******************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user