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 c1180612ad..7dcd4ac024 100644 --- a/keyboards/mschwingen/modelm/modelm.c +++ b/keyboards/mschwingen/modelm/modelm.c @@ -27,7 +27,7 @@ # undef sendchar static int8_t capture_sendchar(uint8_t c) { // sendchar(c); - uart_putchar(c); + uart_write(c); return 0; } #endif |