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

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5024 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo
2012-08-13 14:02:06 +00:00
parent 18669722d8
commit d5c4c4da8d
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