targets/Generic/__init__.py
author Edouard Tisserant
Wed, 28 May 2014 18:33:41 +0200
changeset 1411 805d13d216c0
parent 1387 435965ca8b63
child 1511 91538d0c242c
permissions -rwxr-xr-x
Fixed POU paste exception
from ..toolchain_makefile import toolchain_makefile

class Generic_target(toolchain_makefile):
    pass