diff options
Diffstat (limited to 'keyboards/mschwingen/modelm/modelm.c')
| -rw-r--r-- | keyboards/mschwingen/modelm/modelm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mschwingen/modelm/modelm.c b/keyboards/mschwingen/modelm/modelm.c index c1180612a..7dcd4ac02 100644 --- a/keyboards/mschwingen/modelm/modelm.c +++ b/keyboards/mschwingen/modelm/modelm.c | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | # undef sendchar | 27 | # undef sendchar |
| 28 | static int8_t capture_sendchar(uint8_t c) { | 28 | static int8_t capture_sendchar(uint8_t c) { |
| 29 | // sendchar(c); | 29 | // sendchar(c); |
| 30 | uart_putchar(c); | 30 | uart_write(c); |
| 31 | return 0; | 31 | return 0; |
| 32 | } | 32 | } |
| 33 | #endif | 33 | #endif |
