Commit 52e38737 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski Committed by Grzegorz Daniluk

dev: fix header path

parent fc10169e
......@@ -18,8 +18,8 @@
#include <wrc.h>
#include "board.h"
#include "syscon.h"
#include "gpio-wrs.h"
#include "dev/syscon.h"
#include "dev/gpio-wrs.h"
#include "rt_ipc.h"
......
......@@ -5,7 +5,7 @@
*/
#include "board.h"
#include "syscon.h"
#include "dev/syscon.h"
uint32_t timer_get_tics(void)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment