Skip to content

Commit 21153ed

Browse files
committed
Compliance to spellcheck CI workflow.
1 parent 893bb01 commit 21153ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff 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

examples/nand_network/nand_network.ino

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)