lpcmanager
Clone
Summary
Browse
Changes
Graph
Fix error when starting with empty project, caused by recent changes in Beremiz.
revamp
2018-03-19, Edouard Tisserant
b16f66e429e5
Fix error when starting with empty project, caused by recent changes in Beremiz.
#!/usr/bin/env python
# XXX Where is MC8 ?
PLC_GOT_module = ['GOT', 'GOT_111', 'GOT_131']
PLC_MC9_module = ['MC9']
PLC_module = PLC_MC9_module + PLC_GOT_module
arch = None
def SetLPCArch(given):
global arch
arch = given
def GetLPCArch():
return arch