Remove wiringPi depencies
This commit is contained in:
parent
de6f60ed5d
commit
9a3cfe9fd9
1 changed files with 0 additions and 7 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue