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)
This commit is contained in:
Joshua Diamond 2025-12-12 13:17:42 -05:00 committed by GitHub
parent c1fedab457
commit 2e68ddc826
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"