Skip to content

Commit

Permalink
Try fixing build for mainline ESP-IDF
Browse files Browse the repository at this point in the history
  • Loading branch information
huming2207 committed Jan 9, 2024
1 parent 430b175 commit bc1f1ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/esp_littlefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "esp_err.h"
#include "esp_idf_version.h"
#include <stdbool.h>
#include <driver/sdmmc_types.h>
#include <sdmmc_cmd.h>
#include "esp_partition.h"

#ifdef __cplusplus
Expand Down
2 changes: 1 addition & 1 deletion src/littlefs_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "esp_vfs.h"
#include "esp_partition.h"
#include "littlefs/lfs.h"
#include <driver/sdmmc_types.h>
#include <sdmmc_cmd.h>

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit bc1f1ed

Please sign in to comment.