Skip to content

Commit c8427a1

Browse files
committed
Small changes
1 parent 40b247d commit c8427a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/magic_wand/magic_wand.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ limitations under the License.
1212

1313
#include <TensorFlowLite.h>
1414

15-
// If you are using a Nano BLE rev2, uncomment the next line:
15+
// If you are using a Nano 33 BLE rev2, uncomment the next line:
1616
// #define NANO33_BLE_REV2
1717

1818
#include "tensorflow/lite/micro/micro_error_reporter.h"

examples/test_IMU/test_IMU.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Requires the Arduino_LSM9DS1 library library
77
*/
88

9-
// If you are using a Nano BLE rev2, uncomment the next line:
9+
// If you are using a Nano 33 BLE rev2, uncomment the next line:
1010
// #define NANO33_BLE_REV2
1111

1212
#ifdef NANO33_BLE_REV2

0 commit comments

Comments
 (0)