Ver código fonte

Merge pull request #1226 from fredizzimo/fix_ergodox_righthand_warning

Add missing serial_link.h include
Jack Humbert 8 anos atrás
pai
commit
b5e8327755
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      keyboards/ergodox/infinity/matrix.c

+ 1 - 0
keyboards/ergodox/infinity/matrix.c

@@ -24,6 +24,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include "print.h"
 #include "print.h"
 #include "debug.h"
 #include "debug.h"
 #include "matrix.h"
 #include "matrix.h"
+#include "serial_link/system/serial_link.h"
 
 
 
 
 /*
 /*