Skip to content

Commit f99a4c7

Browse files
committed
zephyr: fix include of system_timer.h
Above header was moved to another path. Signed-off-by: Andrzej Puzdrowski <[email protected]>
1 parent 9871ceb commit f99a4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/zephyr/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <gpio.h>
2020
#include <misc/__assert.h>
2121
#include <flash.h>
22-
#include <drivers/system_timer.h>
22+
#include <drivers/timer/system_timer.h>
2323
#include <usb/usb_device.h>
2424
#include <soc.h>
2525

0 commit comments

Comments
 (0)