Browse Source

AP_BoardConfig: add parameters for AP_RTC

master
Peter Barker 7 years ago committed by Andrew Tridgell
parent
commit
22a94addd5
  1. 6
      libraries/AP_BoardConfig/AP_BoardConfig.cpp

6
libraries/AP_BoardConfig/AP_BoardConfig.cpp

@ -214,7 +214,11 @@ const AP_Param::GroupInfo AP_BoardConfig::var_info[] = { @@ -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…
Cancel
Save