Rover: simplify DEVO_TELEM_ENABLED definition

This commit is contained in:
Randy Mackay 2019-08-09 18:03:24 +09:00
parent 41f538e039
commit 8912e2f98e
1 changed files with 1 additions and 5 deletions

View File

@ -169,11 +169,7 @@
#endif
#ifndef DEVO_TELEM_ENABLED
#if HAL_MINIMIZE_FEATURES
#define DEVO_TELEM_ENABLED DISABLED
#else
#define DEVO_TELEM_ENABLED ENABLED
#endif
# define DEVO_TELEM_ENABLED !HAL_MINIMIZE_FEATURES
#endif
#ifndef OSD_ENABLED