Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions RunCPM/RunCPM.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
#include <SPI.h>

#define SDFAT_FILE_TYPE 1 // Uncomment for Due, Teensy and Pico

#ifndef DISABLE_FS_H_WARNING
#define DISABLE_FS_H_WARNING
#endif

#include <SdFat.h> // One SD library to rule them all - Greinman SdFat from Library Manager

Expand Down