Skip to content

Commit

Permalink
Fixing return value from initSD
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Lindblom committed Nov 28, 2016
1 parent 88b101a commit 96474ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Firmware/_9DoF_Razor_M0_Firmware/_9DoF_Razor_M0_Firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ can be modified using the included "config.h" file.
Resources:
SparkFun MPU9250-DMP Arduino Library:
https://github.com/sparkfun/SparkFun-MPU-9250-DMP-Arduino-Library
https://github.com/sparkfun/SparkFun_MPU-9250-DMP_Arduino_Library
FlashStorage Arduino Library
https://github.com/cmaglie/FlashStorage
Expand Down Expand Up @@ -336,6 +336,8 @@ bool initSD(void)
{
return false;
}

return true;
}

// Log a string to the SD card
Expand Down

0 comments on commit 96474ad

Please sign in to comment.