Skip to content

Commit

Permalink
Fixed error with include files
Browse files Browse the repository at this point in the history
  • Loading branch information
avtoku committed Nov 22, 2024
1 parent 8bb9a30 commit fdedbf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion common/drivers/Sd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@
******************************************************************************
**/


#include "Sd.h"
#include "Driver.h"
#include "Time64.h"
#include "misc.h"



#include <string.h>

extern Time64 time64;
Expand Down
2 changes: 1 addition & 1 deletion common/drivers/Sd.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#define SD_H_

#include "BoardConfig.h"

#include "Driver.h"
/*
*
*/
Expand Down

0 comments on commit fdedbf0

Please sign in to comment.