tmk_keyboard/ps2_usb/sendchar_dummy.c
2011-02-22 03:09:14 +09:00

9 lines
89 B
C

#include <stdint.h>
#include "sendchar.h"
int8_t sendchar(uint8_t c)
{
return 1;
}