refactor(sdmmc): dependency inversion to sdmmc component

This commit is contained in:
Armando
2023-11-14 15:01:08 +08:00
parent c7c38b7904
commit 5b8d904a9b
17 changed files with 51 additions and 38 deletions

View File

@@ -12,7 +12,7 @@
#include <stdint.h>
#include <stddef.h>
#include "esp_err.h"
#include "sdmmc_types.h"
#include "driver/sdmmc_types.h"
#include "driver/sdmmc_default_configs.h"
#include "driver/gpio.h"