Remove wiringPi depencies

This commit is contained in:
Carsten Schmiemann 2022-11-27 04:22:43 +01:00
parent de6f60ed5d
commit 9a3cfe9fd9
1 changed files with 0 additions and 7 deletions

View File

@ -35,13 +35,6 @@ CNullDisplay::~CNullDisplay()
bool CNullDisplay::open()
{
#if defined(RASPBERRY_PI)
::wiringPiSetup();
::pinMode(LED_STATUS, OUTPUT);
::digitalWrite(LED_STATUS, 0);
#endif
return true;
}
void CNullDisplay::setIdleInt()