Skip to content

Commit

Permalink
fixup! drivers: add periph_sdmmc support
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Jul 26, 2023
1 parent ac9226c commit 4029a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/include/sdmmc/sdmmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ extern "C" {
* Commands used by the driver. Command indices are in range [0..63].
* Application specific command indices are ORed with
* @ref SDMMC_ACMD_PREFIX (0x80) and thus marked as application specific.
* @ref SDMMC_ACMD_PREFIX can be used to check wether a given command index
* @ref SDMMC_ACMD_PREFIX can be used to check whether a given command index
* specifies an application specific command.
*/
typedef enum {
Expand Down

0 comments on commit 4029a73

Please sign in to comment.