remove the uart_rx_lock in AT framework,update tos version to 2.2.1

This commit is contained in:
mculover666
2021-04-13 20:50:48 +08:00
parent 8bc0b76112
commit 3fc92b3c91
7 changed files with 63 additions and 19 deletions

View File

@@ -25,8 +25,8 @@
#define TOS_VERSION_MAJOR 0x02
#define TOS_VERSION_MINOR 0x02
#define TOS_VERSION_PATCH 0x00
#define TOS_VERSION "2.2.0"
#define TOS_VERSION_PATCH 0x01
#define TOS_VERSION "2.2.1"
#endif /* _TOS_VERSION_H_ */