content modification from apparch/lian.md

This commit is contained in:
Yan_yan 2020-11-25 17:21:00 +08:00
parent d38161c938
commit 274c853e6c
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ enum xs_net_type{
};
enum xs_dev_type{
    XS_Client = 0,
    XS_CLIENT = 0,
    XS_GATEWAY,
};
```