mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-19 16:53:06 +01:00
correct error in build script
This commit is contained in:
@@ -138,7 +138,7 @@ def generateXdrMappings():
|
|||||||
first=False
|
first=False
|
||||||
else:
|
else:
|
||||||
oh.write(",\n")
|
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")
|
||||||
oh.write("};\n")
|
oh.write("};\n")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user