mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
ArduCopter: change comment references to AP_Var to AP_Param
* jsut to clean up the grep for "AP_Var"
This commit is contained in:
parent
39d14c8a93
commit
ada10f6eb2
@ -32,7 +32,7 @@ public:
|
||||
//
|
||||
// The enumeration defined here is used to ensure that every parameter
|
||||
// or parameter group has a unique ID number. This number is used by
|
||||
// AP_Var to store and locate parameters in EEPROM.
|
||||
// AP_Param to store and locate parameters in EEPROM.
|
||||
//
|
||||
// Note that entries without a number are assigned the next number after
|
||||
// the entry preceding them. When adding new entries, ensure that they
|
||||
@ -43,7 +43,7 @@ public:
|
||||
// at the end of the enumeration.
|
||||
//
|
||||
// WARNING: Care should be taken when editing this enumeration as the
|
||||
// AP_Var load/save code depends on the values here to identify
|
||||
// AP_Param load/save code depends on the values here to identify
|
||||
// variables saved in EEPROM.
|
||||
//
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user