Remove legacy print backward compatiblitly (#11805)
* Remove legacy print backward compatiblitly * Remove legacy print backward compatiblitly - core * revert comment changes
This commit is contained in:
@@ -471,7 +471,7 @@ void mousekey_clear(void) {
|
||||
static void mousekey_debug(void) {
|
||||
if (!debug_mouse) return;
|
||||
print("mousekey [btn|x y v h](rep/acl): [");
|
||||
phex(mouse_report.buttons);
|
||||
print_hex8(mouse_report.buttons);
|
||||
print("|");
|
||||
print_decs(mouse_report.x);
|
||||
print(" ");
|
||||
|
||||
Reference in New Issue
Block a user