Skip to content

Commit 63ca486

Browse files
committed
fix(m5stack_cores3): correct typo in header
Fixes misspelling of "microSD" in docstring. Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
1 parent 6bcea47 commit 63ca486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/m5stack_core_s3/include/bsp/m5stack_core_s3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ extern sdmmc_card_t *bsp_sdcard;
316316
esp_err_t bsp_sdcard_mount(void);
317317

318318
/**
319-
* @brief Unmount micorSD card from virtual file system
319+
* @brief Unmount microSD card from virtual file system
320320
*
321321
* @return
322322
* - ESP_OK on success

0 commit comments

Comments
 (0)