mirror of
https://github.com/apache/nuttx.git
synced 2026-09-25 01:07:40 +08:00
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:
+1
-1
@@ -72,7 +72,7 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#define isascii(c) ((c) >= 0 && (c) <= 0x7f);
|
||||
#define isascii(c) ((c) >= 0 && (c) <= 0x7f)
|
||||
|
||||
/****************************************************************************
|
||||
* Name: isprint
|
||||
|
||||
Reference in New Issue
Block a user