From: Tormod Volden Date: Tue, 27 Feb 2018 21:18:47 +0000 (+0100) Subject: devsd_discard.c: Fix link to ChaN's flow chart X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f3aaba79677095e45b4197a170d4d55d6e22b4c2;p=FUZIX.git devsd_discard.c: Fix link to ChaN's flow chart Signed-off-by: Tormod Volden --- diff --git a/Kernel/dev/devsd_discard.c b/Kernel/dev/devsd_discard.c index b6ff485d..b77fc2c4 100644 --- a/Kernel/dev/devsd_discard.c +++ b/Kernel/dev/devsd_discard.c @@ -82,7 +82,7 @@ int sd_spi_init(void) /* Initialising SD cards is pretty horrible; they aren't sane SPI devices. * There's a good flowchart of the state machine and some docs here: * - * http://elm-chan.org/docs/mmc/gx1/sdinit.png + * http://elm-chan.org/docs/mmc/ima/sdinit.png * http://elm-chan.org/docs/mmc/mmc_e.html */