Fix more overflow/truncation problems in timer setups

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1537 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-02-28 18:50:44 +00:00
parent 01a50c427d
commit 3b78e0a8f3
8 changed files with 20 additions and 26 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ subdir_clean:
@$(MAKE) -C mm -f Makefile.test TOPDIR="$(TOPDIR)" clean
clean: subdir_clean
@rm -f $(BIN) $(BIN).* mm_test *.map *~
@rm -f $(BIN) nuttx.* mm_test *.map *~
subdir_distclean:
@for dir in $(CLEANDIRS) ; do \