@ -63,11 +63,7 @@
@@ -63,11 +63,7 @@
//
# ifndef FRSKY_TELEM_ENABLED
# if HAL_CPU_CLASS > HAL_CPU_CLASS_16
# define FRSKY_TELEM_ENABLED ENABLED
# else
# define FRSKY_TELEM_ENABLED DISABLED
# endif
# define FRSKY_TELEM_ENABLED ENABLED
# endif
//////////////////////////////////////////////////////////////////////////////
@ -82,11 +78,7 @@
@@ -82,11 +78,7 @@
# endif
# endif
# if HAL_CPU_CLASS > HAL_CPU_CLASS_16
# define RANGEFINDER_ENABLED ENABLED
# else
# define RANGEFINDER_ENABLED DISABLED
# endif
# define RANGEFINDER_ENABLED ENABLED
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
@ -248,11 +240,7 @@
@@ -248,11 +240,7 @@
//
// uses 7726 bytes of memory on 2560 chips (all options are enabled)
# ifndef MOUNT
# if HAL_CPU_CLASS > HAL_CPU_CLASS_16
# define MOUNT ENABLED
# else
# define MOUNT DISABLED
# endif
# define MOUNT ENABLED
# endif
//////////////////////////////////////////////////////////////////////////////
@ -393,11 +381,7 @@
@@ -393,11 +381,7 @@
// use this to completely disable the CLI. We now default the CLI to
// off on smaller boards.
# ifndef CLI_ENABLED
# if HAL_CPU_CLASS > HAL_CPU_CLASS_16
# define CLI_ENABLED ENABLED
# else
# define CLI_ENABLED DISABLE
# endif
# define CLI_ENABLED ENABLED
# endif
// use this to disable geo-fencing
@ -426,31 +410,15 @@
@@ -426,31 +410,15 @@
// OBC Failsafe enable
# ifndef OBC_FAILSAFE
# if HAL_CPU_CLASS >= HAL_CPU_CLASS_75
# define OBC_FAILSAFE ENABLED
# else
# define OBC_FAILSAFE DISABLED
# endif
# endif
# if OBC_FAILSAFE == ENABLED && HAL_CPU_CLASS < HAL_CPU_CLASS_75
# define CLI_ENABLED DISABLED
# define OBC_FAILSAFE ENABLED
# endif
# if HAL_CPU_CLASS < HAL_CPU_CLASS_75
# define HIL_SUPPORT DISABLED
# else
# define HIL_SUPPORT ENABLED
# endif
//////////////////////////////////////////////////////////////////////////////
// Parachute release
# ifndef PARACHUTE
# if HAL_CPU_CLASS >= HAL_CPU_CLASS_75
# define PARACHUTE ENABLED
# else
# define PARACHUTE DISABLED
# endif
# define PARACHUTE ENABLED
# endif
/*