mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 23:43:58 -04:00
Copter: added group parameter for AP_Notify library
This commit is contained in:
parent
9743e32f70
commit
3b3205304b
@ -1117,6 +1117,10 @@ const AP_Param::Info Copter::var_info[] = {
|
||||
// @User: Standard
|
||||
GSCALAR(autotune_min_d, "AUTOTUNE_MIN_D", 0.001f),
|
||||
|
||||
// @Group: NTF_
|
||||
// @Path: ../libraries/AP_Notify/AP_Notify.cpp
|
||||
GOBJECT(notify, "NTF_", AP_Notify),
|
||||
|
||||
AP_VAREND
|
||||
};
|
||||
|
||||
|
@ -147,6 +147,7 @@ public:
|
||||
|
||||
// AP_ADSB Library
|
||||
k_param_adsb, // 72
|
||||
k_param_notify, // 73
|
||||
|
||||
// 74: precision landing object
|
||||
k_param_precland = 74,
|
||||
|
Loading…
Reference in New Issue
Block a user