Added ETL_ prefix

This commit is contained in:
John Wellbelove 2016-11-13 16:27:45 +00:00
parent e768015be7
commit aaf8df66c1

View File

@ -44,7 +44,7 @@ SOFTWARE.
//*****************************************************************************
// Define the large character types if necessary.
#ifdef NO_LARGE_CHAR_SUPPORT
#ifdef ETL_NO_LARGE_CHAR_SUPPORT
typedef int16_t char16_t;
typedef int32_t char32_t;
#endif