[toolchain] remove the unused definition UINT32_MAX

This commit is contained in:
Abtin Keshavarzian
2019-06-07 11:21:21 -07:00
committed by Jonathan Hui
parent 2a5403d94a
commit 0ffb4ff1d4
-4
View File
@@ -249,10 +249,6 @@ extern "C" {
#ifdef __cplusplus
#if defined(__CC_ARM) || defined(__ICCARM__)
#ifndef UINT32_MAX
#define UINT32_MAX 0xffffffff
#endif
#ifndef UINT8_MAX
#define UINT8_MAX 0xff
#endif