fix error in net

This commit is contained in:
John D. Martin III 2021-03-09 08:55:56 -05:00
parent 6aeae4d533
commit f81b59792a
1 changed files with 2 additions and 1 deletions

View File

@ -225,9 +225,10 @@ int main(int argc, char **argv) {
/* If we can't set up pigpio, then just bail */
if( gpioInitialise() < 0 ) {
fprintf( stderr, "Unable to setup the piGPIO library. STOP."
fprintf( stderr, "Unable to setup the piGPIO library. STOP.");
}
gpioSetMode( o_gpiopin_rx, PI_OUTPUT );
gpioSetMode( o_gpiopin_tx, PI_OUTPUT );
/* Open the netdevices file */