Przeglądaj źródła

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 9 miesięcy temu
rodzic
commit
2e68ddc826
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      quantum/os_detection.c

+ 1 - 1
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"