fix : build error

This commit is contained in:
Alex Duan 2023-02-15 11:21:08 +08:00
parent 2f32b3a2d8
commit 3f5d6ca988
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ void pressOtherKey(char c);
bool shellAutoInit();
// set conn
void shellSetConn(TAOS* conn);
void shellSetConn(TAOS* conn, bool runOnce);
// exit shell auto funciton, shell exit call once
void shellAutoExit();