1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Rename FLASH_SIZE to TARGET_FLASH_SIZE

This commit is contained in:
jflyper 2020-01-19 02:01:26 +09:00
parent a2aeb0cef4
commit be923434b8
15 changed files with 48 additions and 48 deletions

View file

@ -82,7 +82,7 @@
#include "sensors/gyro.h"
#include "sensors/sensors.h"
#if ((FLASH_SIZE > 128) && (defined(USE_GYRO_SPI_ICM20601) || defined(USE_GYRO_SPI_ICM20689) || defined(USE_GYRO_SPI_MPU6500)))
#if ((TARGET_FLASH_SIZE > 128) && (defined(USE_GYRO_SPI_ICM20601) || defined(USE_GYRO_SPI_ICM20689) || defined(USE_GYRO_SPI_MPU6500)))
#define USE_GYRO_SLEW_LIMITER
#endif