Browse Source

move source & headers under src/sd

main
John Robinson 3 years ago
parent
commit
47515b1b7d
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/sd/SD.cpp
  2. +0
    -0
      src/sd/SD.h

src/SD.cpp → src/sd/SD.cpp View File

@@ -21,6 +21,6 @@
*/

#include <Arduino.h>
#include <SD.h>
#include <sd/SD.h>

SDClass SD;

src/SD.h → src/sd/SD.h View File


Loading…
Cancel
Save