ODROID-COMMON: remove exit to prevent system down during setup.
Signed-off-by: steve.jeong <jkhpro1003@gmail.com> Change-Id: I0b932277079c24c2c178f8c1ef8c79904dc2c08e
This commit is contained in:
@@ -224,7 +224,6 @@ int wiringPiFailure (int fatal, const char *message, ...)
|
||||
va_end (argp) ;
|
||||
|
||||
fprintf (stderr, "%s", buffer);
|
||||
exit (EXIT_FAILURE);
|
||||
|
||||
return 0 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user