summaryrefslogtreecommitdiffstats
path: root/led/led_stub.c
blob: 644efe330ace95ac776c90bf89625830891a1861 (plain)
1
2
3
4
5
6
7
#include <hardware/led.h>

int
set_led_state(unsigned color, int on, int off)
{
    return 0;
}