AP_BoardConfig: add parameters for AP_RTC

This commit is contained in:
Peter Barker 2018-06-14 12:15:55 +10:00 committed by Andrew Tridgell
parent f5eb281efd
commit 22a94addd5

View File

@ -214,7 +214,11 @@ const AP_Param::GroupInfo AP_BoardConfig::var_info[] = {
// @User: Standard
AP_GROUPINFO("SAFETYOPTION", 13, AP_BoardConfig, state.safety_option, BOARD_SAFETY_OPTION_DEFAULT),
#endif
// @Group: RTC
// @Path: ../AP_RTC/AP_RTC.cpp
AP_SUBGROUPINFO(rtc, "RTC", 14, AP_BoardConfig, AP_RTC),
AP_GROUPEND
};