Skip to content

Commit

Permalink
Merge pull request espressif#343 from hasheddan/cores3/microsd
Browse files Browse the repository at this point in the history
fix(m5stack_cores3): correct typo in header (BSP-513)
  • Loading branch information
tore-espressif authored Jul 1, 2024
2 parents 6bcea47 + 63ca486 commit 1b7f78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsp/m5stack_core_s3/include/bsp/m5stack_core_s3.h
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ extern sdmmc_card_t *bsp_sdcard;
esp_err_t bsp_sdcard_mount(void);

/**
* @brief Unmount micorSD card from virtual file system
* @brief Unmount microSD card from virtual file system
*
* @return
* - ESP_OK on success
Expand Down

0 comments on commit 1b7f78f

Please sign in to comment.