targets/LPC/__init__.py
author laurent
Wed, 16 Dec 2009 13:26:59 +0100
changeset 523 27903000e4ea
parent 508 73ecb803d8af
child 538 ad05f27222cd
permissions -rwxr-xr-x
Bug when pyserial not available fixed
from .. import toolchain_makefile

class LPC_target(toolchain_makefile):
    extension = ".ld"
    DebugEnabled = False