瀏覽代碼

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