mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_BoardConfig: invalidate param count when changing param tree structure
This commit is contained in:
parent
766fb32292
commit
d7555b4b86
@ -199,6 +199,9 @@ void AP_BoardConfig_CAN::init()
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// param count could have changed
|
||||||
|
AP_Param::invalidate_count();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if AP_UAVCAN_SLCAN_ENABLED
|
#if AP_UAVCAN_SLCAN_ENABLED
|
||||||
|
Loading…
Reference in New Issue
Block a user