@ -0,0 +1,9 @@
#include "Streaming.h"
#include "fatal.h"
void fatal(uint8_t code) {
Serial << "Fatal: " << code << endl;
delay(1000);
while (true) ;
}
The note is not visible to the blocked user.