Rover: remove ineffective DEVO_TELEM_ENABLED

This commit is contained in:
Peter Barker 2019-09-04 10:37:19 +10:00 committed by Andrew Tridgell
parent df5921a87c
commit 0aed55b272

View File

@ -138,10 +138,6 @@
# define STATS_ENABLED ENABLED
#endif
#ifndef DEVO_TELEM_ENABLED
# define DEVO_TELEM_ENABLED !HAL_MINIMIZE_FEATURES
#endif
#ifndef OSD_ENABLED
#define OSD_ENABLED DISABLED
#endif