Commit 164aa224 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

include/syscon: extern, not new variable

parent 499cc23e
...@@ -32,7 +32,7 @@ struct s_i2c_if ...@@ -32,7 +32,7 @@ struct s_i2c_if
uint32_t sda; uint32_t sda;
}; };
struct s_i2c_if i2c_if[2]; extern struct s_i2c_if i2c_if[2];
void timer_init(uint32_t enable); void timer_init(uint32_t enable);
uint32_t timer_get_tics(); uint32_t timer_get_tics();
......
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