diff options
Diffstat (limited to 'macway/led.c')
-rw-r--r-- | macway/led.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/macway/led.c b/macway/led.c new file mode 100644 index 0000000000..bdc838d498 --- /dev/null +++ b/macway/led.c @@ -0,0 +1,7 @@ +#include "stdint.h" +#include "led.h" + + +void led_set(uint8_t usb_led) +{ +} |