drivers/mtd_mci: fix typo 'suports' -> 'supports'

This commit is contained in:
Alexandre Abadie 2020-10-02 08:06:48 +02:00
parent feac7dc978
commit 03c527e24d
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -31,7 +31,7 @@
#define min(a, b) ((a) > (b) ? (b) : (a))
/* MCI driver only suports whole page reads / writes */
/* MCI driver only supports whole page reads / writes */
static uint8_t _page_buffer[SD_HC_BLOCK_SIZE];
static int mtd_mci_init(mtd_dev_t *dev)