aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/rtc.c
diff options
context:
space:
mode:
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 1396559..4495641 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 <stm32/rcc.h>
-#include <stm32/rtc.h>
-#include <stm32/pwr.h>
+#include <libopencm3/stm32/rcc.h>
+#include <libopencm3/stm32/rtc.h>
+#include <libopencm3/stm32/pwr.h>
void rtc_awake_from_off(osc_t clock_source)
{