Skip to content

Commit

Permalink
Fix final remaining compilation error missed in previous merge of uart45
Browse files Browse the repository at this point in the history
branch. (CC3D)
  • Loading branch information
hydra committed Feb 20, 2016
1 parent b5a455d commit 59abd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/config/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ void validateAndFixConfig(void)
#endif

#if defined(CC3D) && defined(DISPLAY) && defined(USE_UART3)
if (doesConfigurationUsePort(SERIAL_PORT_USART3) && featureConfigured(FEATURE_DISPLAY)) {
if (doesConfigurationUsePort(SERIAL_PORT_UART3) && featureConfigured(FEATURE_DISPLAY)) {
featureClear(FEATURE_DISPLAY);
}
#endif
Expand Down

0 comments on commit 59abd0e

Please sign in to comment.