aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/RTCv1/rtc_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-12 18:26:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-12 18:26:26 +0000
commit4e3e0d62789355cfc630012dfcab96c78d3fec2e (patch)
treebf33d8003481fc4a904cb2c65d9765484977f035 /os/hal/platforms/STM32/RTCv1/rtc_lld.h
parent50e45678856f935009648cbfee790a348b55de3d (diff)
downloadChibiOS-4e3e0d62789355cfc630012dfcab96c78d3fec2e.tar.gz
ChibiOS-4e3e0d62789355cfc630012dfcab96c78d3fec2e.tar.bz2
ChibiOS-4e3e0d62789355cfc630012dfcab96c78d3fec2e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3797 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/RTCv1/rtc_lld.h')
-rw-r--r--os/hal/platforms/STM32/RTCv1/rtc_lld.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32/RTCv1/rtc_lld.h b/os/hal/platforms/STM32/RTCv1/rtc_lld.h
index aaf639492..6f55ab573 100644
--- a/os/hal/platforms/STM32/RTCv1/rtc_lld.h
+++ b/os/hal/platforms/STM32/RTCv1/rtc_lld.h
@@ -103,12 +103,10 @@ typedef void (*rtccb_t)(RTCDriver *rtcp, rtcevent_t event);
* @brief Structure representing an RTC callbacks config.
*/
struct RTCCallbackConfig{
-#if RTC_SUPPORTS_CALLBACKS
/**
* @brief Generic RTC callback pointer.
*/
rtccb_t callback;
-#endif /* RTC_SUPPORTS_CALLBACKS */
};
/**