mirror of https://github.com/ArduPilot/ardupilot
AP_Radio: reseve an ID for AP_Radio
as discussed with Randy
This commit is contained in:
parent
bd2ba1565c
commit
dd7c96a6cc
|
@ -169,6 +169,8 @@ const AP_Param::GroupInfo AP_BoardConfig::var_info[] = {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// ID number 11 reserved for AP_Radio (pending PR)
|
||||
|
||||
AP_GROUPEND
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue