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:
parent
c1fedab457
commit
2e68ddc826
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue