aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32f1/rcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stm32f1/rcc.c')
-rw-r--r--lib/stm32f1/rcc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stm32f1/rcc.c b/lib/stm32f1/rcc.c
index f646168..689cabb 100644
--- a/lib/stm32f1/rcc.c
+++ b/lib/stm32f1/rcc.c
@@ -19,8 +19,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <libopencm3/stm32/rcc.h>
-#include <libopencm3/stm32/flash.h>
+#include <libopencm3/stm32/f1/rcc.h>
+#include <libopencm3/stm32/f1/flash.h>
/* Set the default ppre1 and ppre2 peripheral clock frequencies after reset */
u32 rcc_ppre1_frequency = 8000000;