aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/rtc.c
diff options
context:
space:
mode:
authorUwe Hermann2010-12-30 02:23:51 +0100
committerUwe Hermann2010-12-30 02:23:51 +0100
commitbe2ac142d9f08f0a6632043f99abf3bc6abd743e (patch)
treeec1a119abb576668cf3cb85fed818b742ba7af9f /lib/stm32/rtc.c
parent8e084b1517088036e3db9bbd255b1c231cd2a108 (diff)
Rename include/libopenstm32 to include/stm32.
Diffstat (limited to 'lib/stm32/rtc.c')
-rw-r--r--lib/stm32/rtc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/stm32/rtc.c b/lib/stm32/rtc.c
index 604177f..ca12d6a 100644
--- a/lib/stm32/rtc.c
+++ b/lib/stm32/rtc.c
@@ -18,9 +18,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <libopenstm32/rcc.h>
-#include <libopenstm32/rtc.h>
-#include <libopenstm32/pwr.h>
+#include <stm32/rcc.h>
+#include <stm32/rtc.h>
+#include <stm32/pwr.h>
void rtc_awake_from_off(osc_t clock_source)
{