File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ void setup() {
208208 while (!Serial) {
209209 SysCall::yield ();
210210 }
211- cout << F (" SdFat version: " ) << SD_FAT_VERSION << endl;
211+ cout << F (" SdFat version: " ) << SD_FAT_VERSION_STR << endl;
212212 printConfig (SD_CONFIG);
213213
214214}
Original file line number Diff line number Diff line change 3838#endif // INCLUDE_SDIOS
3939
4040// ------------------------------------------------------------------------------
41- /* * SdFat version */
42- #define SD_FAT_VERSION " 2.0.2"
41+ /* * SdFat version for cpp use. */
42+ #define SD_FAT_VERSION 20003
43+ /* * SdFat version as string. */
44+ #define SD_FAT_VERSION_STR " 2.0.3"
4345// ==============================================================================
4446/* *
4547 * \class SdBase
You can’t perform that action at this time.
0 commit comments