lpcmanager

Parents ee0047e58566
Children 760f5eec27fd
Fix LPCExtension.py to conform to the new beremiz extension interface (added autoload boolean)
--- a/LPCExtension.py Tue Sep 11 16:14:13 2018 +0200
+++ b/LPCExtension.py Thu Oct 04 13:58:37 2018 +0200
@@ -22,7 +22,7 @@
features.libraries += [('Python', 'py_ext.PythonLibrary', True),
('RTC', SimplePOULibraryFactory(_poulibpath("RTC")), True)]
elif arch in PLC_GOT_module:
- features.libraries += [('Python', 'py_ext.PythonLibrary'),
+ features.libraries += [('Python', 'py_ext.PythonLibrary', True),
('RTC', SimplePOULibraryFactory(_poulibpath("RTC")), True),
('GOT', SimplePOULibraryFactory(_poulibpath("GOT")), True)]
else: