Skip to content

Commit 96474ad

Browse files
author
Jim Lindblom
committed
Fixing return value from initSD
1 parent 88b101a commit 96474ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Firmware/_9DoF_Razor_M0_Firmware/_9DoF_Razor_M0_Firmware.ino

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ can be modified using the included "config.h" file.
1515
1616
Resources:
1717
SparkFun MPU9250-DMP Arduino Library:
18-
https://github.com/sparkfun/SparkFun-MPU-9250-DMP-Arduino-Library
18+
https://github.com/sparkfun/SparkFun_MPU-9250-DMP_Arduino_Library
1919
FlashStorage Arduino Library
2020
https://github.com/cmaglie/FlashStorage
2121
@@ -336,6 +336,8 @@ bool initSD(void)
336336
{
337337
return false;
338338
}
339+
340+
return true;
339341
}
340342

341343
// Log a string to the SD card

0 commit comments

Comments
 (0)