summaryrefslogtreecommitdiff
path: root/macway/led.c
diff options
context:
space:
mode:
authortmk2011-02-21 23:46:08 +0900
committertmk2011-02-22 03:09:21 +0900
commit60052acc0fe3e6429f5c1d24073b1f6af019bd19 (patch)
tree555a2f1ed5e4ac1a654673d1fd1deafd86422e90 /macway/led.c
parentc958b2d19b0ec0dbc02f87dc4c9ccee933a54be5 (diff)
fixed macway to comply new API.
Diffstat (limited to 'macway/led.c')
-rw-r--r--macway/led.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/macway/led.c b/macway/led.c
new file mode 100644
index 000000000..bdc838d49
--- /dev/null
+++ b/macway/led.c
@@ -0,0 +1,7 @@
+#include "stdint.h"
+#include "led.h"
+
+
+void led_set(uint8_t usb_led)
+{
+}