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:
commit
12fe704041
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue