fix a bug in tos_tick2millisec

This commit is contained in:
vitoswwang
2021-08-26 20:08:12 +08:00
parent 8253a953bd
commit 67799dc84c
2 changed files with 4 additions and 4 deletions

View File

@@ -25,8 +25,8 @@
#define TOS_VERSION_MAJOR 0x02
#define TOS_VERSION_MINOR 0x04
#define TOS_VERSION_PATCH 0x03
#define TOS_VERSION "2.4.3"
#define TOS_VERSION_PATCH 0x04
#define TOS_VERSION "2.4.4"
#endif /* _TOS_VERSION_H_ */