--- a/LPCManager.py Mon Jan 29 15:39:56 2018 +0100
+++ b/LPCManager.py Mon Jan 29 16:06:43 2018 +0100
@@ -30,12 +30,12 @@
PLC_GOT_module = ['GOT', 'GOT_111', 'GOT_131']
-PLC_module = [PLC_MC9_module, PLC_GOT_module]
+PLC_module = PLC_MC9_module + PLC_GOT_module print "\nUsage of LPCManager.py :"
- print "\n %s Projectpath Buildpath port [arch]\n" % sys.argv[0]
+ print "\n %s Projectpath Buildpath port arch\n" % sys.argv[0] # Command line arguments parsing
@@ -51,8 +51,7 @@
-# Arch is optional an defaults to MC9
-if len(args) < 3 or len(args) > 4:
@@ -63,10 +62,7 @@
# BEREMIZ_DEBUG file detection in beremiz isn't enough (module scope)
# here we set BMZ_DBG interpreter-wise, so that submodules can use it.