AP_Mount: Siyi enabled only on >1MB boards
This commit is contained in:
parent
2c88657a85
commit
bd9b34b828
@ -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