[toolchain] add definition of UINT16_MAX (#4224)

This commit is contained in:
Łukasz Duda
2019-10-07 13:55:39 -07:00
committed by Jonathan Hui
parent fb2de8fe45
commit 1de6a3dfda
+4
View File
@@ -239,6 +239,10 @@ extern "C" {
#define UINT8_MAX 0xff
#endif
#ifndef UINT16_MAX
#define UINT16_MAX 0xffff
#endif
#endif
#endif