1
0
Fork 0

fixed macway to comply new API.

This commit is contained in:
tmk 2011-02-21 23:46:08 +09:00
parent c958b2d19b
commit 60052acc0f
5 changed files with 33 additions and 57 deletions

7
macway/led.c Normal file
View file

@ -0,0 +1,7 @@
#include "stdint.h"
#include "led.h"
void led_set(uint8_t usb_led)
{
}