Skip to content

Commit c0b2269

Browse files
committed
Rover: remove defaulting of OSD_ENABLED
we do this in AP_OSD_config.h too so include ordering can break things badly
1 parent 30af709 commit c0b2269

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Rover/config.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,3 @@
7575
#ifndef ADVANCED_FAILSAFE
7676
#define ADVANCED_FAILSAFE DISABLED
7777
#endif
78-
79-
#ifndef OSD_ENABLED
80-
#define OSD_ENABLED DISABLED
81-
#endif
82-

0 commit comments

Comments
 (0)