mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_BoardConfig: add parameters for AP_RTC
This commit is contained in:
parent
f5eb281efd
commit
22a94addd5
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user