mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-07 10:53:17 +02:00
Fix USER_PRINT stripping out uprintf (#25919)
This commit is contained in:
@@ -24,3 +24,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "avr/xprintf.h"
|
||||
|
||||
// TODO: Remove xprintf due to conflicts/assumptions on direct library usage
|
||||
#undef xprintf
|
||||
|
||||
// Export main print function
|
||||
#define print_printf(fmt, ...) __xprintf(PSTR(fmt), ##__VA_ARGS__)
|
||||
|
||||
Reference in New Issue
Block a user