aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/rcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stm32/rcc.c')
-rw-r--r--lib/stm32/rcc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stm32/rcc.c b/lib/stm32/rcc.c
index dc4dca1..87a144c 100644
--- a/lib/stm32/rcc.c
+++ b/lib/stm32/rcc.c
@@ -19,8 +19,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <libopenstm32/rcc.h>
-#include <libopenstm32/flash.h>
+#include <stm32/rcc.h>
+#include <stm32/flash.h>
void rcc_osc_ready_int_clear(osc_t osc)
{