Commit 0df803da authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

wrc: fix compile errors after moving i2c.h to include/dev

parent 8298bb5b
......@@ -10,7 +10,7 @@
#include <wrc.h>
#include "types.h"
#include "i2c.h"
#include "dev/i2c.h"
#include "storage.h"
#include "board.h"
#include "syscon.h"
......
......@@ -10,7 +10,7 @@
#include "types.h"
#include "board.h"
#include "syscon.h"
#include "i2c.h"
#include "dev/i2c.h"
#include "dev/gpio.h"
void mi2c_delay(uint32_t delay)
......
......@@ -13,7 +13,7 @@
#include <storage.h>
#include "types.h"
#include "i2c.h"
#include "dev/i2c.h"
#include "onewire.h"
#include "endpoint.h"
#include "syscon.h"
......
......@@ -14,7 +14,7 @@
#include <errno.h>
#include "syscon.h"
#include "i2c.h"
#include "dev/i2c.h"
#include "sfp.h"
#include "storage.h"
......
#include "i2c.h"
#include "dev/i2c.h"
void mi2c_init(uint8_t i2cif)
{}
......
......@@ -12,7 +12,7 @@
#include "shell.h"
#include "storage.h"
#include "syscon.h"
#include "i2c.h"
#include "dev/i2c.h"
static int cmd_init(const char *args[])
{
......
......@@ -21,7 +21,7 @@
#include "minic.h"
#include "pps_gen.h"
#include "ptpd_netif.h"
#include "i2c.h"
#include "dev/i2c.h"
#include "storage.h"
#include "softpll_ng.h"
#include "onewire.h"
......
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