Browse Source

AP_Volz: disable with minmimize features

apm_2208
Randy Mackay 3 years ago committed by Andrew Tridgell
parent
commit
91d33c885e
  1. 2
      libraries/AP_Volz_Protocol/AP_Volz_Protocol.h

2
libraries/AP_Volz_Protocol/AP_Volz_Protocol.h

@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
#include <AP_HAL/AP_HAL_Boards.h>
#ifndef AP_VOLZ_ENABLED
#define AP_VOLZ_ENABLED 1
#define AP_VOLZ_ENABLED (!HAL_MINIMIZE_FEATURES && BOARD_FLASH_SIZE > 1024)
#endif
#if AP_VOLZ_ENABLED

Loading…
Cancel
Save