AP_Mount: Siyi enabled only on >1MB boards

This commit is contained in:
Randy Mackay 2022-11-21 09:09:04 +09:00
parent 2c88657a85
commit bd9b34b828
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#include "AP_Mount_Backend.h"
#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
#if HAL_MOUNT_SIYI_ENABLED