From 1403daed9fea438a0a5d03c3efeeb414854c66d4 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Tue, 16 Jun 2020 21:42:45 +0200 Subject: Convert idle to use debugging --- main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main.h') diff --git a/main.h b/main.h index f557523..20fc231 100644 --- a/main.h +++ b/main.h @@ -25,6 +25,7 @@ enum debug_category { DBG_SRV = (0x1 << 9), DBG_PROXY = (0x1 << 10), DBG_RCON = (0x1 << 11), + DBG_IDLE = (0x1 << 12), }; static inline bool -- cgit v1.2.3