Преглед изворни кода

`backlight.c`: include `eeprom.h` (#13024)

Ryan пре 4 година
родитељ
комит
d66090af19
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      quantum/backlight/backlight.c

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