This commit is contained in:
@@ -610,7 +610,6 @@ void printgpioflush(const char* text) {
|
||||
void printgpio(const char* text) {
|
||||
if (gpioDebug) {
|
||||
printf("%s", text);
|
||||
fflush(stdout);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@ int pseudoPinsSetup(const int pinBase)
|
||||
|
||||
node = wiringPiNewNode(pinBase, PSEUDO_PINS);
|
||||
if (node == NULL) {
|
||||
perror("Error creating new wiringPi node");
|
||||
fprintf(stderr, "Error creating new wiringPi node");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user