diff --git a/src/driver/lcd4l.cpp b/src/driver/lcd4l.cpp index 3ea3b2d5c..ac3ab8e89 100644 --- a/src/driver/lcd4l.cpp +++ b/src/driver/lcd4l.cpp @@ -36,6 +36,7 @@ #include #include #include +#include #include #include @@ -298,6 +299,7 @@ void CLCD4l::Init() void *CLCD4l::LCD4lProc(void *arg) { CLCD4l *PLCD4l = static_cast(arg); + set_threadname("lcd4l"); PLCD4l->Init(); sleep(5); //please wait !