mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
Tools: correct detection of feature AP_FILESYSTEM_FORMAT_ENABLED
This commit is contained in:
parent
312254f761
commit
7ab625b969
@ -189,7 +189,7 @@ class ExtractFeatures(object):
|
||||
('AP_NOTIFY_PROFILED_ENABLED', r'ProfiLED::init_ports'),
|
||||
('AP_NOTIFY_PROFILED_SPI_ENABLED', r'ProfiLED_SPI::rgb_set_id'),
|
||||
('AP_NOTIFY_NEOPIXEL_ENABLED', r'NeoPixel::init_ports'),
|
||||
('AP_FILESYSTEM_FORMAT_ENABLED', r'f_mkfs'),
|
||||
('AP_FILESYSTEM_FORMAT_ENABLED', r'AP_Filesystem::format'),
|
||||
|
||||
('AP_INERTIALSENSOR_KILL_IMU_ENABLED', r'AP_InertialSensor::kill_imu'),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user