Browse Source

Tracker: remove unused CLI_ENABLED definition

master
Randy Mackay 9 years ago
parent
commit
2829dc67ac
  1. 8
      AntennaTracker/config.h

8
AntennaTracker/config.h

@ -57,12 +57,4 @@ @@ -57,12 +57,4 @@
# define DISTANCE_MIN_DEFAULT 5.0f // do not track targets within 5 meters
#endif
//////////////////////////////////////////////////////////////////////////////
// Developer Items
//
// use this to completely disable the CLI
#ifndef CLI_ENABLED
# define CLI_ENABLED ENABLED
#endif

Loading…
Cancel
Save