mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
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
@ -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 New Issue
Block a user