apps/ make changes + SLIP MTU notes

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3381 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-03-14 23:24:42 +00:00
parent 5a0ff44cc3
commit abd406383f
3 changed files with 3 additions and 3 deletions

View File

@ -36,6 +36,6 @@
define REGISTER
@echo "Register: $1"
@echo "{ .name = $1, .priority = $2, .stacksize = $3, .main = $4 }," >> ../exec_nuttapp_list.h
@echo "{ .name = \"$1\", .priority = $2, .stacksize = $3, .main = $4 }," >> ../exec_nuttapp_list.h
@echo "EXTERN int $4(int argc, char *argv[]);" >> ../exec_nuttapp_proto.h
endef