driver: remove unused drivers for esp32s2beta

This commit is contained in:
Michael (XIAO Xufeng)
2019-08-18 13:27:09 +08:00
committed by Angus Gratton
parent 05739798c3
commit 3b39e60f97
11 changed files with 34 additions and 3507 deletions

View File

@@ -20,6 +20,12 @@
#include "sdmmc_types.h"
#include "driver/gpio.h"
#include "soc/soc_caps.h"
#ifndef SOC_SDMMC_HOST_SUPPORTED
#error SDMMC host is not supported in this chip target
#endif
#ifdef __cplusplus
extern "C" {
#endif