diff options
author | Ryan <fauxpark@gmail.com> | 2021-05-29 02:04:13 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 09:04:13 -0700 |
commit | d66090af19fff061ce925882e94687bfb5d8b93b (patch) | |
tree | 75884c71b0777ca9e39973d9c02c45667c180e4d | |
parent | b96304930528c891f30686911884c8551db601fb (diff) |
`backlight.c`: include `eeprom.h` (#13024)
-rw-r--r-- | quantum/backlight/backlight.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/backlight/backlight.c b/quantum/backlight/backlight.c index 1bc276899c..dfb98419e6 100644 --- a/quantum/backlight/backlight.c +++ b/quantum/backlight/backlight.c @@ -17,6 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "quantum.h" #include "backlight.h" +#include "eeprom.h" #include "eeconfig.h" #include "debug.h" |