Skip to content

Commit 360fdb8

Browse files
authored
fix typo I made in comment
1 parent 2d194ed commit 360fdb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/magic_wand/magic_wand.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const tflite::Model* model = nullptr;
9191
tflite::MicroInterpreter* interpreter = nullptr;
9292

9393
// -------------------------------------------------------------------------------- //
94-
// UPDATE THESE VARIABLES TO MATCH THE NUMBER AND LIST OF GESUTRES IN YOUR DATASET //
94+
// UPDATE THESE VARIABLES TO MATCH THE NUMBER AND LIST OF GESTURES IN YOUR DATASET //
9595
// -------------------------------------------------------------------------------- //
9696
constexpr int label_count = 10;
9797
const char* labels[label_count] = {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9"};

0 commit comments

Comments
 (0)