Removed board option in _config.h

This commit is contained in:
pascallanger
2017-02-06 21:50:56 +01:00
parent cc03c27d17
commit bf5598515e
3 changed files with 9 additions and 12 deletions

View File

@@ -26,6 +26,9 @@
//Multiprotocol module configuration file
#include "_Config.h"
#ifdef __arm__
#define STM32_BOARD // Let's automatically select this board if arm is selected since this is the only one for now...
#endif
#include "Pins.h"
#include "TX_Def.h"
#include "Validate.h"