forked from mirrors/qmk_userspace
Revert "Fix conflicting types for 'tfp_printf' (#8269)"
This reverts commit e17b55e33a
.
This commit is contained in:
parent
1ff526dac0
commit
6f30b402a2
10 changed files with 357 additions and 15 deletions
|
@ -158,6 +158,9 @@ int main(void) {
|
|||
/* Init USB */
|
||||
init_usb_driver(&USB_DRIVER);
|
||||
|
||||
/* init printf */
|
||||
init_printf(NULL, sendchar_pf);
|
||||
|
||||
#ifdef MIDI_ENABLE
|
||||
setup_midi();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue