mirror of https://github.com/ArduPilot/ardupilot
AP_RobotisServo: disable with minmimize features and 1mb flash
This commit is contained in:
parent
91d33c885e
commit
8f51e28242
|
@ -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…
Reference in New Issue