Skip to content

Commit 0971aa9

Browse files
committed
SdFat end()
1 parent 0a425cb commit 0971aa9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • ArduinoCore-Linux/libraries

ArduinoCore-Linux/libraries/SD.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ class SdFat {
218218

219219
bool begin(SdSpiConfig &cfg) { return true; }
220220

221+
void end() {}
222+
221223
void errorHalt(const char *msg) {
222224
puts(msg);
223225
exit(0);

0 commit comments

Comments
 (0)