forked from mirrors/qmk_userspace
Fix garbled test output (#18822)
* Fix garbled test output * Correct SRC listing
This commit is contained in:
parent
1a1a3651d3
commit
64ca14feea
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ extern "C" {
|
|||
#include "debug.h"
|
||||
|
||||
int8_t sendchar(uint8_t c) {
|
||||
fprintf(stderr, "%c", c);
|
||||
fprintf(stdout, "%c", c);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue