sendchar_dummy.c 89 B

12345678
  1. #include <stdint.h>
  2. #include "sendchar.h"
  3. int8_t sendchar(uint8_t c)
  4. {
  5. return 1;
  6. }