mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-13 07:25:44 +00:00
8 lines
89 B
C
8 lines
89 B
C
#include <stdint.h>
|
|
#include "sendchar.h"
|
|
|
|
|
|
int8_t sendchar(uint8_t c)
|
|
{
|
|
return 1;
|
|
}
|