Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1329 → Rev 1452

/demos/trunk/servo/leg.c
File deleted
/demos/trunk/servo/leg.h
File deleted
/demos/trunk/servo/ctrl.c
File deleted
/demos/trunk/servo/makefile
7,12 → 7,9
endif
include $(BASE)/config/config.mk
 
PROGS = ctrl load
PROGS = load
 
include $(BASE)/config/example.mk
 
ctrl:
make -f $(SUBMAKE) APP=ctrl INIT= OTHEROBJS="initfile.o leg.o" OTHERINCL= SHARKOPT="__OLDCHAR__ __SERVO__"
 
load:
make -f $(SUBMAKE) APP=load INIT= OTHEROBJS="initfile.o" OTHERINCL= SHARKOPT="__OLDCHAR__ __SERVO__"