1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 06:53:07 +01:00

correct error in build script

This commit is contained in:
wellenvogel
2021-11-20 22:32:15 +01:00
parent 15ca1b9e17
commit aa47fbc9c1

View File

@@ -138,7 +138,7 @@ def generateXdrMappings():
first=False
else:
oh.write(",\n")
oh.write(" new GwXDRTypeMapping(%d,%d,%d) /*%s:%s*/"%(cid,tc,cat,id,l))
oh.write(" new GwXDRTypeMapping(%d,%d,%d) /*%s:%s*/"%(cid,tc,id,cat,l))
oh.write("\n")
oh.write("};\n")
except Exception as e: