beremiz
Clone
Summary
Browse
Changes
Graph
Delayed CANopen initialization for better busoff recovery
2014-03-04, Edouard Tisserant
21a2ea65cb30
file is
Executable
Delayed CANopen initialization for better busoff recovery
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
dlopen_prefix = ""
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]