Merge pull request #281 from pabigot/feature/platform-led-override

core/dev/led: Allow platform to provide LED color map
This commit is contained in:
Adam Dunkels 2013-06-22 04:40:38 -07:00
commit 12fe704041
1 changed files with 3 additions and 0 deletions

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);
/**