Browse Source

AP_RobotisServo: disable with minmimize features and 1mb flash

apm_2208
Randy Mackay 3 years ago committed by Andrew Tridgell
parent
commit
8f51e28242
  1. 2
      libraries/AP_RobotisServo/AP_RobotisServo.h

2
libraries/AP_RobotisServo/AP_RobotisServo.h

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

Loading…
Cancel
Save