Skip to content

Commit 710f0f9

Browse files
committed
remove uchar type
1 parent 8d85537 commit 710f0f9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/defines.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,6 @@
193193
CONFIG_MEMORY_REGION_BLOCK_SIZE)))
194194

195195

196-
#if defined(UCHAR_TYPE)
197-
#undef UCHAR_TYPE
198-
#endif /* if defined(UCHAR_TYPE) */
199-
#define UCHAR_TYPE unsigned char
200-
201-
202196
#if defined(UINT8_TYPE)
203197
#undef UINT8_TYPE
204198
#endif /* if defined(UINT8_TYPE) */

0 commit comments

Comments
 (0)