aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_STM32F0_DISCOVERY
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-21 10:02:17 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-21 10:02:17 +0000
commit06eaa953acb4c328b28f4cc7441adc8653db3642 (patch)
tree68663b7fb3e6f5493b5771a045a3112772e6106d /os/hal/boards/ST_STM32F0_DISCOVERY
parentbe933e612987ad4d0888b4baca5ba2328b4a2dd6 (diff)
downloadChibiOS-06eaa953acb4c328b28f4cc7441adc8653db3642.tar.gz
ChibiOS-06eaa953acb4c328b28f4cc7441adc8653db3642.tar.bz2
ChibiOS-06eaa953acb4c328b28f4cc7441adc8653db3642.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6309 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/ST_STM32F0_DISCOVERY')
-rw-r--r--os/hal/boards/ST_STM32F0_DISCOVERY/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/boards/ST_STM32F0_DISCOVERY/board.c b/os/hal/boards/ST_STM32F0_DISCOVERY/board.c
index 7f28873cd..baeb359e2 100644
--- a/os/hal/boards/ST_STM32F0_DISCOVERY/board.c
+++ b/os/hal/boards/ST_STM32F0_DISCOVERY/board.c
@@ -51,7 +51,7 @@ void __early_init(void) {
/**
* @brief MMC_SPI card detection.
*/
-bool_t mmc_lld_is_card_inserted(MMCDriver *mmcp) {
+bool mmc_lld_is_card_inserted(MMCDriver *mmcp) {
(void)mmcp;
/* TODO: Fill the implementation.*/
@@ -61,7 +61,7 @@ bool_t mmc_lld_is_card_inserted(MMCDriver *mmcp) {
/**
* @brief MMC_SPI card write protection detection.
*/
-bool_t mmc_lld_is_write_protected(MMCDriver *mmcp) {
+bool mmc_lld_is_write_protected(MMCDriver *mmcp) {
(void)mmcp;
/* TODO: Fill the implementation.*/