AP_BoardConfig: invalidate param count when changing param tree structure

This commit is contained in:
Andrew Tridgell 2020-04-19 09:01:24 +10:00
parent 766fb32292
commit d7555b4b86

View File

@ -199,6 +199,9 @@ void AP_BoardConfig_CAN::init()
#endif
}
}
// param count could have changed
AP_Param::invalidate_count();
}
#if AP_UAVCAN_SLCAN_ENABLED