mirror of
https://github.com/opentx/opentx.git
synced 2025-07-17 05:15:18 +03:00
Removal of unneeded LUA_EXPORT_TELEMETRY() macro
This commit is contained in:
parent
34090a1d3e
commit
ab1ce7515c
2 changed files with 42 additions and 49 deletions
|
@ -37,11 +37,6 @@ def LEXP(name, description):
|
|||
checkName(name)
|
||||
exports.append( (CONSTANT_VALUE, name, description) )
|
||||
|
||||
def LEXP_TELEMETRY(name, description):
|
||||
# print "LEXP %s, %s" % (name, description)
|
||||
checkName(name)
|
||||
exports.append( ("MIXSRC_FIRST_TELEM-1+"+CONSTANT_VALUE, name, description) )
|
||||
|
||||
def LEXP_MULTIPLE(nameFormat, descriptionFormat, valuesCount):
|
||||
# print "LEXP_MULTIPLE %s, %s, %s" % (nameFormat, descriptionFormat, valuesCount)
|
||||
for v in range(valuesCount):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue