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:
steve.jeong
2022-12-19 09:29:43 +09:00
parent 229dcf8a73
commit d8eff77c45

View File

@@ -224,7 +224,6 @@ int wiringPiFailure (int fatal, const char *message, ...)
va_end (argp) ;
fprintf (stderr, "%s", buffer);
exit (EXIT_FAILURE);
return 0 ;
}