소스 검색

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