core/dev/led: Allow platform to provide LED color map
This commit is contained in:
parent
2c6c9160cc
commit
8439c1bb81
|
@ -47,6 +47,9 @@
|
|||
#ifndef __LEDS_H__
|
||||
#define __LEDS_H__
|
||||
|
||||
/* Allow platform to override LED numbering */
|
||||
#include "contiki-conf.h"
|
||||
|
||||
void leds_init(void);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue