SPRacingF3Mini - Change configuration defaults.

This commit is contained in:
Dominic Clifton 2015-09-23 01:30:01 +01:00 committed by borisbstyle
parent 0ef8f08f10
commit b030d494c8
1 changed files with 4 additions and 4 deletions

View File

@ -300,7 +300,7 @@ void resetSerialConfig(serialConfig_t *serialConfig)
serialConfig->portConfigs[0].functionMask = FUNCTION_MSP; serialConfig->portConfigs[0].functionMask = FUNCTION_MSP;
#ifdef CC3D #if defined(CC3D) || defined(SPRACINGF3MINI)
// This allows MSP connection via USART & VCP so the board can be reconfigured. // This allows MSP connection via USART & VCP so the board can be reconfigured.
serialConfig->portConfigs[1].functionMask = FUNCTION_MSP; serialConfig->portConfigs[1].functionMask = FUNCTION_MSP;
#endif #endif
@ -388,9 +388,9 @@ static void resetConf(void)
featureSet(FEATURE_RX_PPM); featureSet(FEATURE_RX_PPM);
#endif #endif
#if defined(SPRACINGF3MINI) //#if defined(SPRACINGF3MINI)
featureSet(FEATURE_DISPLAY); // featureSet(FEATURE_DISPLAY);
#endif //#endif
#ifdef BOARD_HAS_VOLTAGE_DIVIDER #ifdef BOARD_HAS_VOLTAGE_DIVIDER
// only enable the VBAT feature by default if the board has a voltage divider otherwise // only enable the VBAT feature by default if the board has a voltage divider otherwise