4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 12:44:30 +08:00

fix a spell issue.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1896 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong@gmail.com 2011-12-31 07:04:05 +00:00
parent cc045f5132
commit bcf0bd361b

View File

@ -67,7 +67,7 @@ typedef rt_base_t rt_off_t; /**< Type for offset
#define RT_FALSE 0 /**< boolean fails */
/*@}*/
/* maximun value of base type */
/* maximum value of base type */
#define RT_UINT8_MAX 0xff /* Maxium number of UINT8 */
#define RT_UINT16_MAX 0xffff /* Maxium number of UINT16 */
#define RT_UINT32_MAX 0xffffffff /* Maxium number of UINT32 */