Skip to content

Commit 65f5454

Browse files
committed
Fix include name type
1 parent 5c8c26c commit 65f5454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Application/LowPowerDataLogger/LowPowerDataLogger.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
Created by Giampaolo Mancini
3434
*/
3535
#include <Arduino_EdgeControl.h>
36-
#include <FATFilesystem.h>
36+
#include <FATFileSystem.h>
3737
#include <SDBlockDevice.h>
3838
#include <SPIFBlockDevice.h>
3939
#include <TDBStore.h>
@@ -430,4 +430,4 @@ void storeData()
430430
Expander.digitalWrite(EXP_LED1, HIGH);
431431

432432
powerOff();
433-
}
433+
}

0 commit comments

Comments
 (0)