summaryrefslogtreecommitdiff
path: root/ps2_usb/sendchar_dummy.c
blob: 8c9e583f12ca28ef9873addae0ff41ec5d4e19cd (plain)
1
2
3
4
5
6
7
8
#include <stdint.h>
#include "sendchar.h"


int8_t sendchar(uint8_t c)
{
    return 1;
}