targets/Generic/__init__.py
author Edouard Tisserant
Fri, 27 Jun 2014 13:56:49 +0200
changeset 1423 4e33f644f7cf
parent 1387 435965ca8b63
child 1511 91538d0c242c
permissions -rwxr-xr-x
Added highlighting of wrong SINGLE task trigger
from ..toolchain_makefile import toolchain_makefile

class Generic_target(toolchain_makefile):
    pass