浏览代码

replace incl

MX 9 月之前
父节点
当前提交
06edfbf473
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      usb_uart.c

+ 1 - 2
usb_uart.c

@@ -7,8 +7,7 @@
 #include "usb_cdc.h"
 #include "cli/cli_vcp.h"
 #include <toolbox/api_lock.h>
-#include <toolbox/cli/cli_command.h>
-#include <cli/cli_main_commands.h>
+#include <cli/cli.h>
 
 #define USB_CDC_PKT_LEN      CDC_DATA_SZ
 #define USB_UART_RX_BUF_SIZE (USB_CDC_PKT_LEN * 5)