lpcmanager

Using GOT131.h lib for GOT_131.

2017-08-24, dporopat
95911ff0a039
Parents a160718d7987
Children 99a9767d92c5
Using GOT131.h lib for GOT_131.
  • +1 -1
    LPCBus.py
  • --- a/LPCBus.py Mon Aug 21 10:40:47 2017 +0200
    +++ b/LPCBus.py Thu Aug 24 12:55:26 2017 +0200
    @@ -226,7 +226,7 @@
    elif arch == "GOT_131":
    bus_code = { "MC9:%s"%bus :
    { section :
    - (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))
    + (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))
    for section in ["decl", "init", "retrieve", "publish", "cleanup"]}
    for bus in Busses}
    else: