Skip to content

Commit

Permalink
Compliance to spellcheck CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Apr 27, 2024
1 parent 893bb01 commit 21153ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void setup() {

// Reset the CPU
if(coprocessor.cpuReset())
Serial.println(F("CPU Resetted!"));
Serial.println(F("CPU Reset!"));
else {
Serial.println(F("Something went wrong. Halting..."));
while(true);
Expand Down Expand Up @@ -88,7 +88,7 @@ void setup() {
Serial.print(F("]: "));
Serial.println(output[0]);
}
else Serial.println(F("Inference attemp failed."));
else Serial.println(F("Inference attempt failed."));
}

// Reset the network
Expand Down
4 changes: 2 additions & 2 deletions examples/nand_network/nand_network.ino
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void setup() {

// Reset the CPU
if(coprocessor.cpuReset())
Serial.println(F("CPU Resetted!"));
Serial.println(F("CPU Reset!"));
else {
Serial.println(F("Something went wrong. Halting..."));
while(true);
Expand Down Expand Up @@ -69,7 +69,7 @@ void setup() {
Serial.print(F("]: "));
Serial.println(output[0]);
}
else Serial.println(F("Inference attemp failed."));
else Serial.println(F("Inference attempt failed."));
}

// Reset the network
Expand Down

0 comments on commit 21153ed

Please sign in to comment.