mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-03 14:38:44 -04:00
DataFlash: disable CLI on APM2
This commit is contained in:
parent
8a99cab535
commit
73782c41a9
@ -21,11 +21,9 @@
|
|||||||
#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