Fixed missing static keyword in both zoul-demo and weather meter driver

This commit is contained in:
Antonio Lignan 2016-01-19 22:23:30 +01:00
parent 366f11d5df
commit a6c30b4e09
2 changed files with 3 additions and 3 deletions

View file

@ -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);