From d9fb4f7401b8bf546cc7e6ddeb9f22d343f0622d Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 23 Jan 2013 00:01:46 +0000 Subject: Add examples making use of the RTC Add an example using the RTC to help with a lower power design. This is a sister example to the existing "button-irq-printf", which is functionally identical, but uses far less power. There's more tricks that can be done to lower the power even further, but this shows a few of the early steps that can be done, using the RTC wakeup instead of a timer. --- examples/stm32/f1/stm32vl-discovery/rtc/rtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/stm32/f1/stm32vl-discovery/rtc/rtc.c') diff --git a/examples/stm32/f1/stm32vl-discovery/rtc/rtc.c b/examples/stm32/f1/stm32vl-discovery/rtc/rtc.c index b3c698b..be40dfd 100644 --- a/examples/stm32/f1/stm32vl-discovery/rtc/rtc.c +++ b/examples/stm32/f1/stm32vl-discovery/rtc/rtc.c @@ -20,7 +20,7 @@ #include #include -#include +#include #include #include #include -- cgit v1.2.3