diff --git a/bot_code_turn/maze_func_path.cpp b/bot_code_turn/maze_func_path.cpp index 8daa9b4..2fe168d 100644 --- a/bot_code_turn/maze_func_path.cpp +++ b/bot_code_turn/maze_func_path.cpp @@ -36,7 +36,7 @@ void build_path(int i, int j, int len, int *path, int *map, int *copy_wall) } else { - LCDPrintf("ERROR"); + cout << "error" << endl; exit(1); } }