Skip to content

Commit bc7dffd

Browse files
committed
Update feather_sense_sensor_demo.ino
1 parent 4e8fff3 commit bc7dffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_Feather_Sense/feather_sense_sensor_demo/feather_sense_sensor_demo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void setup(void) {
6262
for (int i =0; i < 5; i++) {
6363
if (accel_array[i] != check_array[i]) {
6464
new_rev = false;
65-
break
65+
break;
6666
}
6767
}
6868
// and we need to instantiate the LSM6DS3TRC

0 commit comments

Comments
 (0)