Skip to content

Commit c9f0ac5

Browse files
committed
change
1 parent a6a8b6d commit c9f0ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Command_Interpreter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ void Command_Interpreter_RPi5::initializePins() {
144144
if (!wiringControl.initializeGPIO()) {
145145
std::cerr << "Failure to configure GPIO pins!" << std::endl;
146146
std::cerr << "Executive Main Loop shutting down" << std::endl;
147-
// exit(42);
147+
exit(42);
148148
}
149149
for (Pin* pin : allPins()) {
150150
pin->initialize(wiringControl);

0 commit comments

Comments
 (0)