lcd4l.cpp: add threadname

Origin commit data
------------------
Branch: ni/coolstream
Commit: f1354e6b66
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-06-30 (Wed, 30 Jun 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2021-06-30 20:35:27 +02:00
committed by vanhofen
parent ddf2a02734
commit 65c1d83aa6

View File

@@ -36,6 +36,7 @@
#include <stdio.h>
#include <unistd.h>
#include <iomanip>
#include <system/set_threadname.h>
#include <global.h>
#include <neutrino.h>
@@ -294,7 +295,7 @@ void CLCD4l::Init()
void *CLCD4l::LCD4lProc(void *arg)
{
CLCD4l *PLCD4l = static_cast<CLCD4l *>(arg);
set_threadname("lcd4l");
PLCD4l->Init();
sleep(5); //please wait !