mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 09:38:29 -04:00
DataFlash: disable CLI on APM2
This commit is contained in:
parent
8a99cab535
commit
73782c41a9
@ -21,10 +21,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if HAL_CPU_CLASS < HAL_CPU_CLASS_75 && defined(APM_BUILD_DIRECTORY)
|
#if HAL_CPU_CLASS < HAL_CPU_CLASS_75
|
||||||
#if (APM_BUILD_TYPE(APM_BUILD_ArduCopter) || defined(__AVR_ATmega1280__))
|
#define DATAFLASH_NO_CLI
|
||||||
#define DATAFLASH_NO_CLI
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class DataFlash_Class
|
class DataFlash_Class
|
||||||
|
Loading…
Reference in New Issue
Block a user