aboutsummaryrefslogtreecommitdiffstats
path: root/boards
diff options
context:
space:
mode:
Diffstat (limited to 'boards')
-rw-r--r--boards/NONSTANDARD_STM32F4_BARTHESS1/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/boards/NONSTANDARD_STM32F4_BARTHESS1/board.c b/boards/NONSTANDARD_STM32F4_BARTHESS1/board.c
index d38abae8f..a41442f13 100644
--- a/boards/NONSTANDARD_STM32F4_BARTHESS1/board.c
+++ b/boards/NONSTANDARD_STM32F4_BARTHESS1/board.c
@@ -54,7 +54,7 @@ void boardInit(void) {
}
/**
- * @brief Inserion monitor function.
+ * @brief Insertion monitor function.
*
* @param[in] sdcp pointer to the @p SDCDriver object
*
@@ -68,7 +68,7 @@ bool_t sdc_lld_is_card_inserted(SDCDriver *sdcp) {
/**
* @brief Protection detection.
- * @note Not supported, allways not protected.
+ * @note Not supported, always not protected.
*
* @param[in] sdcp pointer to the @p SDCDriver object
*