aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_STM3210E_EVAL/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/boards/ST_STM3210E_EVAL/board.c')
-rw-r--r--os/hal/boards/ST_STM3210E_EVAL/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/boards/ST_STM3210E_EVAL/board.c b/os/hal/boards/ST_STM3210E_EVAL/board.c
index 466aeeb3b..6cdd8d4fc 100644
--- a/os/hal/boards/ST_STM3210E_EVAL/board.c
+++ b/os/hal/boards/ST_STM3210E_EVAL/board.c
@@ -46,13 +46,13 @@ void __early_init(void) {
#if HAL_USE_SDC
/* Board-related functions related to the SDC driver.*/
-bool_t sdc_lld_is_card_inserted(SDCDriver *sdcp) {
+bool sdc_lld_is_card_inserted(SDCDriver *sdcp) {
(void)sdcp;
return !palReadPad(GPIOF, GPIOF_SD_DETECT);
}
-bool_t sdc_lld_is_write_protected(SDCDriver *sdcp) {
+bool sdc_lld_is_write_protected(SDCDriver *sdcp) {
(void)sdcp;
return FALSE;