aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f1/stm32-h103/traceswo/traceswo.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32f1/stm32-h103/traceswo/traceswo.c')
-rw-r--r--examples/stm32f1/stm32-h103/traceswo/traceswo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32f1/stm32-h103/traceswo/traceswo.c b/examples/stm32f1/stm32-h103/traceswo/traceswo.c
index ac461bb..8881447 100644
--- a/examples/stm32f1/stm32-h103/traceswo/traceswo.c
+++ b/examples/stm32f1/stm32-h103/traceswo/traceswo.c
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <libopencm3/stm32/rcc.h>
-#include <libopencm3/stm32/gpio.h>
+#include <libopencm3/stm32/f1/rcc.h>
+#include <libopencm3/stm32/f1/gpio.h>
#include <libopencm3/stm32/dbgmcu.h>
#include <libopencm3/cm3/scs.h>