2 Commits

Author SHA1 Message Date
Steven Dan
303bb6a244 disable disable reboot 2026-06-04 16:20:29 +08:00
Steven Dan
50ae1a5550 update debug log report id 2026-06-04 12:26:25 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ XUD_Result_t HidInterfaceClassRequests(
#endif
#if DEBUG_MEMORY_LOG_ENABLED
unsigned log_switch;
buffer[0] = 0x1;
GET_SHARED_GLOBAL(log_switch, g_log_switch);
if (log_switch) {

View File

@@ -3,7 +3,7 @@
#else
#define DEBUG_PRINT_ENABLE 0
#endif
#define DISABLE_REBOOT 1
//#define DISABLE_REBOOT 1
#include <xs1.h>
#include <assert.h>