fix the bug in task suspend

This commit is contained in:
mculover666
2022-03-23 18:22:19 +08:00
parent 21d994ae8c
commit 565cd29e94
2 changed files with 9 additions and 3 deletions

View File

@@ -24,9 +24,9 @@
// patch is updated for patch changes/bug fixes that should not need user code changes
#define TOS_VERSION_MAJOR 0x02
#define TOS_VERSION_MINOR 0x04
#define TOS_VERSION_PATCH 0x05
#define TOS_VERSION "2.4.5"
#define TOS_VERSION_MINOR 0x05
#define TOS_VERSION_PATCH 0x00
#define TOS_VERSION "2.5.0"
#endif /* _TOS_VERSION_H_ */