targets/Generic/__init__.py
author Edouard Tisserant
Wed, 25 Jun 2014 17:28:26 +0200
changeset 1422 458d93275f71
parent 1387 435965ca8b63
child 1511 91538d0c242c
permissions -rwxr-xr-x
Fixed incomplete task grid update on interface change, in Resource editor
from ..toolchain_makefile import toolchain_makefile

class Generic_target(toolchain_makefile):
    pass