aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/systick.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stm32/systick.c')
-rw-r--r--lib/stm32/systick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stm32/systick.c b/lib/stm32/systick.c
index 998c0ed..882601d 100644
--- a/lib/stm32/systick.c
+++ b/lib/stm32/systick.c
@@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <stm32/systick.h>
+#include <libopencm3/stm32/systick.h>
void systick_set_reload(u32 value)
{