1
0
Fork 0
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:
Damjan Adamic 2015-08-22 20:52:08 +02:00
parent 34090a1d3e
commit ab1ce7515c
2 changed files with 42 additions and 49 deletions

View file

@ -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):