mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: use define for define rather than default...
This commit is contained in:
parent
7f2d95900d
commit
fb94cc4092
@ -12,7 +12,7 @@ class Feature:
|
||||
self.label = label
|
||||
self.define = define
|
||||
self.description = description
|
||||
self.define = default
|
||||
self.default = default
|
||||
self.dependency = dependency
|
||||
|
||||
# list of build options to offer
|
||||
|
Loading…
Reference in New Issue
Block a user