Disable debug printing in hid.xc

This commit is contained in:
Angel Cascarino
2022-01-12 14:49:00 +00:00
committed by GitHub
parent 6b0688d23e
commit 418622c593

View File

@@ -10,7 +10,7 @@
#include "xua_hid_report.h"
#define DEBUG_UNIT HID_XC
#define DEBUG_PRINT_ENABLE_HID_XC 1
#define DEBUG_PRINT_ENABLE_HID_XC 0
#include "debug_print.h"
#if( 0 < HID_CONTROLS )