Fixed missing static keyword in both zoul-demo and weather meter driver
This commit is contained in:
parent
366f11d5df
commit
a6c30b4e09
2 changed files with 3 additions and 3 deletions
|
@ -108,7 +108,7 @@ broadcast_recv(struct broadcast_conn *c, const linkaddr_t *from)
|
|||
static const struct broadcast_callbacks bc_rx = { broadcast_recv };
|
||||
static struct broadcast_conn bc;
|
||||
/*---------------------------------------------------------------------------*/
|
||||
void
|
||||
static void
|
||||
rt_callback(struct rtimer *t, void *ptr)
|
||||
{
|
||||
leds_off(LEDS_PERIODIC);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue