From d528fb218d2773c051098cd44cb6eb0eb0732be0 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 10 Nov 2018 10:45:28 +1000 Subject: Minor fixups --- boards/base/Embest-STM32-DMSTF4BB/example_chibios_2.x/board.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boards/base/Embest-STM32-DMSTF4BB/example_chibios_2.x/board.c') diff --git a/boards/base/Embest-STM32-DMSTF4BB/example_chibios_2.x/board.c b/boards/base/Embest-STM32-DMSTF4BB/example_chibios_2.x/board.c index 48440444..5b03954d 100644 --- a/boards/base/Embest-STM32-DMSTF4BB/example_chibios_2.x/board.c +++ b/boards/base/Embest-STM32-DMSTF4BB/example_chibios_2.x/board.c @@ -74,7 +74,7 @@ bool_t sdc_lld_is_write_protected(SDCDriver *sdcp) { (void)sdcp; - return FALSE; + return 0; } #endif /* HAL_USE_SDC */ @@ -96,7 +96,7 @@ bool_t mmc_lld_is_write_protected(MMCDriver *mmcp) { (void)mmcp; - return FALSE; + return 0; } #endif -- cgit v1.2.3