瀏覽代碼

New ML support - includes fixed

Robert Pelnar 6 年之前
父節點
當前提交
79afb76839
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      Firmware/language.c
  2. 1 0
      Firmware/language.h

+ 1 - 0
Firmware/language.c

@@ -5,6 +5,7 @@
 #include "bootapp.h"
 
 #include "Configuration.h"
+#include "pins.h"
 
 #ifdef W25X20CL
 #include "w25x20cl.h"

+ 1 - 0
Firmware/language.h

@@ -4,6 +4,7 @@
 
 //#define W25X20CL
 
+
 #include "config.h"
 #include <inttypes.h>
 //#include <stdio.h>