广播命令时静默

This commit is contained in:
ranchuan
2023-11-15 18:11:39 +08:00
parent 1708b9ce6a
commit 83e6717fe8
12 changed files with 136 additions and 16 deletions

View File

@@ -20,7 +20,7 @@
#define DBG_DEV_INIT()\
{\
g_data.uart=dev_get("uart1");\
g_data.uart=dev_get("host");\
if(g_data.uart){\
g_data.uart->init(g_data.uart,0);\
}\