aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/other/timer_interrupt/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/other/timer_interrupt/timer.c')
-rw-r--r--examples/stm32/other/timer_interrupt/timer.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/stm32/other/timer_interrupt/timer.c b/examples/stm32/other/timer_interrupt/timer.c
index 8a6eac6..aa2cdb6 100644
--- a/examples/stm32/other/timer_interrupt/timer.c
+++ b/examples/stm32/other/timer_interrupt/timer.c
@@ -17,11 +17,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <stm32/rcc.h>
-#include <stm32/flash.h>
-#include <stm32/gpio.h>
-#include <stm32/timer.h>
-#include <stm32/nvic.h>
+#include <libopencm3/stm32/rcc.h>
+#include <libopencm3/stm32/flash.h>
+#include <libopencm3/stm32/gpio.h>
+#include <libopencm3/stm32/timer.h>
+#include <libopencm3/stm32/nvic.h>
void gpio_setup(void)
{