Skip to content

Commit

Permalink
Update rtdef.h
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardXiong committed Oct 15, 2015
1 parent 1f16147 commit f4dc417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rtdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ extern "C" {
/* RT-Thread version information */
#define RT_VERSION 1L /**< major version number */
#define RT_SUBVERSION 2L /**< minor version number */
#define RT_REVISION 4L /**< revise version number */
#define RT_REVISION 5L /**< revise version number */

/* RT-Thread version */
#define RTTHREAD_VERSION ((RT_VERSION * 10000) + \
Expand Down

0 comments on commit f4dc417

Please sign in to comment.