--- embedtools/src/pceng_run.c 2011/07/22 14:20:24 1.1.2.1 +++ embedtools/src/pceng_run.c 2011/07/22 15:03:30 1.1.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: pceng_run.c,v 1.1.2.1 2011/07/22 14:20:24 misho Exp $ + * $Id: pceng_run.c,v 1.1.2.2 2011/07/22 15:03:30 misho Exp $ * ************************************************************************* The ELWIX and AITNET software is distributed under the following @@ -46,6 +46,14 @@ SUCH DAMAGE. #include "global.h" #include "pceng.h" + +int +LED(int io, u_char ledno, u_char state) +{ + FTRACE(3); + + return 0; +} int Run(int io)