targets/LPC/__init__.py
author laurent
Wed, 09 Dec 2009 16:53:59 +0100
changeset 493 015a803301b9
parent 489 e3adb9f63171
child 508 73ecb803d8af
permissions -rwxr-xr-x
Catch ProtocolError exception when connection failed
from .. import toolchain_makefile

class LPC_target(toolchain_makefile):
    extension = ".ld"
    DebugEnabled = False
    def getBuilderLDFLAGS(self):
        return toolchain_makefile.getBuilderLDFLAGS(self)