improve serial_helper

This commit is contained in:
lixianjing 2021-12-28 17:08:57 +08:00
parent 74fcb644bf
commit a4b9d19c89
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
2021/12/28
* 完善demoui感谢兆坤提供补丁
* 完善serial\_helper.c(感谢朝泽提供补丁)
2021/12/27
* 修复T9Ext输入法输入1后删除1但是候选栏没有关闭的问题。

View File

@ -34,6 +34,7 @@
#include "tkc/mem.h"
#include "tkc/wstr.h"
#include "tkc/thread.h"
#include "tkc/time_now.h"
#include "tkc/socket_pair.h"
#include "tkc/socket_helper.h"
#include "streams/serial/serial_helper.h"