commit 2e68ddc8266aa8bd70e8e734a5b433e2ed299603
parent c1fedab4570a0b87b3422239a724681788727b09
Author: Joshua Diamond <josh@windowoffire.com>
Date: Fri, 12 Dec 2025 13:17:42 -0500
Fix broken compilation when OS_DETECTION_DEBUG_ENABLE is defined (#25869)
Fix include in os_detection (broken in https://github.com/qmk/qmk_firmware/pull/24356)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/quantum/os_detection.c b/quantum/os_detection.c
@@ -23,7 +23,7 @@
#endif
#ifdef OS_DETECTION_DEBUG_ENABLE
-# include "eeconfig.h"
+# include "nvm_eeprom_eeconfig_internal.h"
# include "eeprom.h"
# include "print.h"