From 60d7ad82ac038a1356e0fec883eca02fe8b9cbff Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Sun, 9 Oct 2022 10:57:54 +0800 Subject: [PATCH] feat(shell): fixed build error --- tools/shell/src/shellAuto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/shell/src/shellAuto.c b/tools/shell/src/shellAuto.c index d1eddabd23..c648b6932b 100644 --- a/tools/shell/src/shellAuto.c +++ b/tools/shell/src/shellAuto.c @@ -17,7 +17,7 @@ #include "shellInt.h" #include "shellAuto.h" -#include "tire.h" +#include "shellTire.h" #include "tthread.h" //