core/dev/led: Allow platform to provide LED color map

This commit is contained in:
Peter A. Bigot 2013-03-26 16:24:41 -05:00
parent 2c6c9160cc
commit 8439c1bb81

View file

@ -47,6 +47,9 @@
#ifndef __LEDS_H__
#define __LEDS_H__
/* Allow platform to override LED numbering */
#include "contiki-conf.h"
void leds_init(void);
/**