Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2020-09-24 17:58:08 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-09-24 17:58:08 +0300
commit5507c7a68ec7ff47566c6ae697143f3855546e85 (patch)
treef8a95496ab59f6f4a5f3a38e9b0b41005faf47c4 /src/Libraries
parent8f5b63e328b6a332005e855afdec8c7addd8ba89 (diff)
Changes for new CoreN2G and to support v0.4 Duet 3 Mini prototype
Diffstat (limited to 'src/Libraries')
-rw-r--r--src/Libraries/sd_mmc/sd_mmc.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Libraries/sd_mmc/sd_mmc.c b/src/Libraries/sd_mmc/sd_mmc.c
index b6442e0f..2058e3b2 100644
--- a/src/Libraries/sd_mmc/sd_mmc.c
+++ b/src/Libraries/sd_mmc/sd_mmc.c
@@ -53,10 +53,6 @@
#include "sd_mmc.h"
#include "conf_sd_mmc.h"
-#if defined(SAME5x) && SAME5x
-# include <peripheral_clk_config.h>
-#endif
-
/**
* \ingroup sd_mmc_stack
* \defgroup sd_mmc_stack_internal Implementation of SD/MMC/SDIO Stack
@@ -105,7 +101,7 @@ struct DriverInterface
#if (SD_MMC_HSMCI_MEM_CNT != 0)
-# ifdef __SAME54P20A__
+# if SAME5x
# include <Sdhc.h>