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>2021-01-20 12:53:29 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-01-20 12:53:29 +0300
commit041ea823c63c2c1563a87456a3b02b189cd19c0e (patch)
tree9489e0bcaadf279befcfaccdc7d312b72b82f4b5 /src/Libraries
parentf415976c32b69480c5dac4279247e37875176491 (diff)
Corrected a comment
Diffstat (limited to 'src/Libraries')
-rw-r--r--src/Libraries/sd_mmc/sd_mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Libraries/sd_mmc/sd_mmc.c b/src/Libraries/sd_mmc/sd_mmc.c
index 481cdc66..03033cf1 100644
--- a/src/Libraries/sd_mmc/sd_mmc.c
+++ b/src/Libraries/sd_mmc/sd_mmc.c
@@ -112,7 +112,7 @@ struct DriverInterface
driverIdleFunc_t hsmci_set_idle_func(driverIdleFunc_t func) noexcept
{
- //TODO
+ // This is not called when we use the SAME5x SDMMC driver
return NULL;
}