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