commit | f99a4c790a6b4f508938f36e811c80ae1f25c2a3 | [log] [tgz] |
---|---|---|
author | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Fri Jun 28 15:16:35 2019 +0200 |
committer | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Mon Jul 01 09:34:01 2019 +0200 |
tree | 2e045036c1f3e198a18f3a2a9917654f35384d16 | |
parent | 9871cebf2ab6f05a3e3f5db85cf336c1a807e6ea [diff] [blame] |
zephyr: fix include of system_timer.h Above header was moved to another path. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
diff --git a/boot/zephyr/main.c b/boot/zephyr/main.c index d114522..b47da2b 100644 --- a/boot/zephyr/main.c +++ b/boot/zephyr/main.c
@@ -19,7 +19,7 @@ #include <gpio.h> #include <misc/__assert.h> #include <flash.h> -#include <drivers/system_timer.h> +#include <drivers/timer/system_timer.h> #include <usb/usb_device.h> #include <soc.h>