Default to defining STM32_BOARD when compiling for arm

This commit is contained in:
Arne Schwabe 2016-10-31 18:48:00 +01:00
parent 307103f95a
commit 20cb173f8e

View File

@ -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
/*******************/ /*******************/