diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-05 10:34:09 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-05 10:34:09 +0000 |
commit | 95d85de7d5eb11653e1060168904171238a85721 (patch) | |
tree | 0eacb7664f84c1b8b4a3dffcfd2eb501e56c8f8b /os/hal | |
parent | 867c7c95aa67ea1f19286c3593500214101bacd9 (diff) | |
download | ChibiOS-95d85de7d5eb11653e1060168904171238a85721.tar.gz ChibiOS-95d85de7d5eb11653e1060168904171238a85721.tar.bz2 ChibiOS-95d85de7d5eb11653e1060168904171238a85721.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6263 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/ports/STM32/RTCv2/rtc_lld.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/RTCv2/rtc_lld.c b/os/hal/ports/STM32/RTCv2/rtc_lld.c index 17ae46ccf..d30401422 100644 --- a/os/hal/ports/STM32/RTCv2/rtc_lld.c +++ b/os/hal/ports/STM32/RTCv2/rtc_lld.c @@ -26,7 +26,6 @@ * @{
*/
-#include "ch.h"
#include "hal.h"
#if HAL_USE_RTC || defined(__DOXYGEN__)
|