Browse Source

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)
Joshua Diamond 8 months ago
parent
commit
2e68ddc826
1 changed files with 1 additions and 1 deletions
  1. 1 1
      quantum/os_detection.c

+ 1 - 1
quantum/os_detection.c

@@ -23,7 +23,7 @@
 #endif
 #endif
 
 
 #ifdef OS_DETECTION_DEBUG_ENABLE
 #ifdef OS_DETECTION_DEBUG_ENABLE
-#    include "eeconfig.h"
+#    include "nvm_eeprom_eeconfig_internal.h"
 #    include "eeprom.h"
 #    include "eeprom.h"
 #    include "print.h"
 #    include "print.h"