aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/other/rtc/rtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/other/rtc/rtc.c')
-rw-r--r--examples/stm32/other/rtc/rtc.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/stm32/other/rtc/rtc.c b/examples/stm32/other/rtc/rtc.c
index d3c4bcb..0134891 100644
--- a/examples/stm32/other/rtc/rtc.c
+++ b/examples/stm32/other/rtc/rtc.c
@@ -17,12 +17,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <libopenstm32/rcc.h>
-#include <libopenstm32/gpio.h>
-#include <libopenstm32/usart.h>
-#include <libopenstm32/rtc.h>
-#include <libopenstm32/pwr.h>
-#include <libopenstm32/nvic.h>
+#include <stm32/rcc.h>
+#include <stm32/gpio.h>
+#include <stm32/usart.h>
+#include <stm32/rtc.h>
+#include <stm32/pwr.h>
+#include <stm32/nvic.h>
void clock_setup(void)
{