aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32f1/rcc.c
diff options
context:
space:
mode:
authorFergus Noble2011-09-15 01:18:49 -0700
committerStephen Caudle2011-10-12 22:13:02 -0400
commitce7dd46aef9153c4f98a983977ce7bd2a905134d (patch)
treebbab73182bbde333a302043b57946c028f63f96f /lib/stm32f1/rcc.c
parenta4935eef571191f7c9170723943f1327d39656a1 (diff)
Update F1 libs with new header file locations.
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;