aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F0xx/crc
diff options
context:
space:
mode:
authorNicolas Reinecke <nr@das-labor.org>2016-05-01 02:25:32 +0200
committerNicolas Reinecke <nr@das-labor.org>2016-05-01 03:28:40 +0200
commit65ba371306b8e4ab07aa7936a132610df14eea3d (patch)
treea89d836d6671d4ced21a99cf9229ed9f4e86614b /testhal/STM32/STM32F0xx/crc
parent311adb852907518c4d76cc48b3ea1d960b83b195 (diff)
downloadChibiOS-Contrib-65ba371306b8e4ab07aa7936a132610df14eea3d.tar.gz
ChibiOS-Contrib-65ba371306b8e4ab07aa7936a132610df14eea3d.tar.bz2
ChibiOS-Contrib-65ba371306b8e4ab07aa7936a132610df14eea3d.zip
fix warnings in STM32 projects because of missing configs
Diffstat (limited to 'testhal/STM32/STM32F0xx/crc')
-rw-r--r--testhal/STM32/STM32F0xx/crc/halconf_community.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F0xx/crc/halconf_community.h b/testhal/STM32/STM32F0xx/crc/halconf_community.h
index 9fa5c16..2bc41bf 100644
--- a/testhal/STM32/STM32F0xx/crc/halconf_community.h
+++ b/testhal/STM32/STM32F0xx/crc/halconf_community.h
@@ -23,6 +23,7 @@
#if !defined(HAL_USE_COMMUNITY) || defined(__DOXYGEN__)
#define HAL_USE_COMMUNITY TRUE
#endif
+
/**
* @brief Enables the FSMC subsystem.
*/