mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 08:53:56 -04:00
AP_Mount: Siyi enabled only on >1MB boards
This commit is contained in:
parent
30c86b481b
commit
b6f4b67206
@ -22,7 +22,7 @@
|
|||||||
#include "AP_Mount_Backend.h"
|
#include "AP_Mount_Backend.h"
|
||||||
|
|
||||||
#ifndef HAL_MOUNT_SIYI_ENABLED
|
#ifndef HAL_MOUNT_SIYI_ENABLED
|
||||||
#define HAL_MOUNT_SIYI_ENABLED HAL_MOUNT_ENABLED
|
#define HAL_MOUNT_SIYI_ENABLED HAL_MOUNT_ENABLED && BOARD_FLASH_SIZE > 1024
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAL_MOUNT_SIYI_ENABLED
|
#if HAL_MOUNT_SIYI_ENABLED
|
||||||
|
Loading…
Reference in New Issue
Block a user