File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ void setup() {
5252
5353 // Reset the CPU
5454 if(coprocessor.cpuReset())
55- Serial.println(F("CPU Resetted !"));
55+ Serial.println(F("CPU Reset !"));
5656 else {
5757 Serial.println(F("Something went wrong. Halting..."));
5858 while(true);
@@ -88,7 +88,7 @@ void setup() {
8888 Serial.print(F("]: "));
8989 Serial.println(output[0]);
9090 }
91- else Serial.println(F("Inference attemp failed."));
91+ else Serial.println(F("Inference attempt failed."));
9292 }
9393
9494 // Reset the network
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ void setup() {
3333
3434 // Reset the CPU
3535 if (coprocessor.cpuReset ())
36- Serial.println (F (" CPU Resetted !" ));
36+ Serial.println (F (" CPU Reset !" ));
3737 else {
3838 Serial.println (F (" Something went wrong. Halting..." ));
3939 while (true );
@@ -69,7 +69,7 @@ void setup() {
6969 Serial.print (F (" ]: " ));
7070 Serial.println (output[0 ]);
7171 }
72- else Serial.println (F (" Inference attemp failed." ));
72+ else Serial.println (F (" Inference attempt failed." ));
7373 }
7474
7575 // Reset the network
You can’t perform that action at this time.
0 commit comments