--- a/LPCBus.py Tue Oct 03 11:11:19 2017 +0200
+++ b/LPCBus.py Tue Oct 03 12:15:08 2017 +0200
@@ -223,10 +223,10 @@
(GetLocalCode("%s.h" % ("GOT"))) +GetLocalCode("%s_%s_%s.c"%("MC9",''.join(bus.split()),section)) if section=="decl" else GetLocalCode("%s_%s_%s.c"%("MC9",''.join(bus.split()),section))
for section in ["decl", "init", "retrieve", "publish", "cleanup"]}
- elif arch == "GOT_131":
+ elif (arch == "GOT_131" or arch == "GOT_111"): bus_code = { "MC9:%s"%bus :
- (GetLocalCode("%s.h" % ("GOT131"))) +GetLocalCode("%s_%s_%s.c"%("MC9",''.join(bus.split()),section)) if section=="decl" else GetLocalCode("%s_%s_%s.c"%("MC9",''.join(bus.split()),section))
+ (GetLocalCode("%s.h" % ("GOT100"))) +GetLocalCode("%s_%s_%s.c"%("MC9",''.join(bus.split()),section)) if section=="decl" else GetLocalCode("%s_%s_%s.c"%("MC9",''.join(bus.split()),section)) for section in ["decl", "init", "retrieve", "publish", "cleanup"]}