diff options
| author | Joshua Diamond <josh@windowoffire.com> | 2025-12-12 13:17:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-12 18:17:42 +0000 |
| commit | 2e68ddc8266aa8bd70e8e734a5b433e2ed299603 (patch) | |
| tree | e075c302eb1ae466a5b477bbe880ed016fc49c24 | |
| parent | c1fedab4570a0b87b3422239a724681788727b09 (diff) | |
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)
| -rw-r--r-- | quantum/os_detection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/os_detection.c b/quantum/os_detection.c index 552375f61c..2a5237dfc3 100644 --- a/quantum/os_detection.c +++ b/quantum/os_detection.c | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | #endif | 23 | #endif |
| 24 | 24 | ||
| 25 | #ifdef OS_DETECTION_DEBUG_ENABLE | 25 | #ifdef OS_DETECTION_DEBUG_ENABLE |
| 26 | # include "eeconfig.h" | 26 | # include "nvm_eeprom_eeconfig_internal.h" |
| 27 | # include "eeprom.h" | 27 | # include "eeprom.h" |
| 28 | # include "print.h" | 28 | # include "print.h" |
| 29 | 29 | ||
