commit | d6054a36475b5ff502b4af78f7d272a713c1a8e7 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Tue Oct 21 07:00:00 2008 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Oct 21 07:00:00 2008 -0700 |
tree | 15482ee71b318f54f288240adce0b59febf76bc7 |
Initial Contribution
diff --git a/led/led_stub.c b/led/led_stub.c new file mode 100644 index 0000000..644efe3 --- /dev/null +++ b/led/led_stub.c
@@ -0,0 +1,7 @@ +#include <hardware/led.h> + +int +set_led_state(unsigned color, int on, int off) +{ + return 0; +}