mirror of
https://github.com/espressif/openthread.git
synced 2026-07-28 14:47:46 +00:00
[toolchain] add definition of UINT16_MAX (#4224)
This commit is contained in:
committed by
Jonathan Hui
parent
fb2de8fe45
commit
1de6a3dfda
@@ -239,6 +239,10 @@ extern "C" {
|
||||
#define UINT8_MAX 0xff
|
||||
#endif
|
||||
|
||||
#ifndef UINT16_MAX
|
||||
#define UINT16_MAX 0xffff
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user