File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ void setup() {
52
52
53
53
// Reset the CPU
54
54
if(coprocessor.cpuReset())
55
- Serial.println(F("CPU Resetted !"));
55
+ Serial.println(F("CPU Reset !"));
56
56
else {
57
57
Serial.println(F("Something went wrong. Halting..."));
58
58
while(true);
@@ -88,7 +88,7 @@ void setup() {
88
88
Serial.print(F("]: "));
89
89
Serial.println(output[0]);
90
90
}
91
- else Serial.println(F("Inference attemp failed."));
91
+ else Serial.println(F("Inference attempt failed."));
92
92
}
93
93
94
94
// Reset the network
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ void setup() {
33
33
34
34
// Reset the CPU
35
35
if (coprocessor.cpuReset ())
36
- Serial.println (F (" CPU Resetted !" ));
36
+ Serial.println (F (" CPU Reset !" ));
37
37
else {
38
38
Serial.println (F (" Something went wrong. Halting..." ));
39
39
while (true );
@@ -69,7 +69,7 @@ void setup() {
69
69
Serial.print (F (" ]: " ));
70
70
Serial.println (output[0 ]);
71
71
}
72
- else Serial.println (F (" Inference attemp failed." ));
72
+ else Serial.println (F (" Inference attempt failed." ));
73
73
}
74
74
75
75
// Reset the network
You can’t perform that action at this time.
0 commit comments