Fix bad AVR C++ include paths; remove stray typo from ctypes.h

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5024 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-08-13 14:02:06 +00:00
parent 7e20685e1a
commit 43356a28a1
9 changed files with 22 additions and 18 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
*
****************************************************************************/
#define isascii(c) ((c) >= 0 && (c) <= 0x7f);
#define isascii(c) ((c) >= 0 && (c) <= 0x7f)
/****************************************************************************
* Name: isprint