From ec5c538c2d9b423c79387a09c60457e918e22703 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 12 Jul 2011 16:36:45 +0000 Subject: Add wchar_t type; Add LPC17xx CAN driver from Lzyy; Fix serial bug reported by Lzyy git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3775 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/include/inttypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/include/inttypes.h') diff --git a/nuttx/include/inttypes.h b/nuttx/include/inttypes.h index 77dfaa4e6..f305d187d 100644 --- a/nuttx/include/inttypes.h +++ b/nuttx/include/inttypes.h @@ -40,6 +40,8 @@ * Included Files ****************************************************************************/ +#include /* for wchar_t */ + /* Notes from www.opengroup.org: * * "The header shall include the header." @@ -177,10 +179,8 @@ EXTERN imaxdiv_t imaxdiv(intmax_t, intmax_t); EXTERN intmax_t strtoimax(const char *, char **, int); EXTERN uintmax_t strtoumax(const char *, char **, int); -#if 0 /* No wchar_t */ EXTERN intmax_t wcstoimax(const wchar_t *, wchar_t **, int); EXTERN uintmax_t wcstoumax(const wchar_t *, wchar_t **, int); -#endif #undef EXTERN #ifdef __cplusplus -- cgit v1.2.3