Skip to content

Commit

Permalink
Tools: add entry for AP_LocationDB in extract_features.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shiv-tyagi committed Aug 6, 2023
1 parent ca34197 commit 4c7c4f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/scripts/extract_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def __init__(self, filename, nm="arm-none-eabi-nm"):
('AP_INERTIALSENSOR_KILL_IMU_ENABLED', r'AP_InertialSensor::kill_imu'),
('AP_CRASHDUMP_ENABLED', 'CrashCatcher_DumpMemory'),
('AP_CAN_SLCAN_ENABLED', 'SLCAN::CANIface::var_info'),
('AP_LOCATIONDB_ENABLED', r'AP_LocationDB::init',),
]

def progress(self, msg):
Expand Down

0 comments on commit 4c7c4f1

Please sign in to comment.