diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2017-04-13 23:00:27 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2017-04-13 23:00:27 +0300 |
commit | 94b14bdd6ac09467686d330571ab05ff0f9bf380 (patch) | |
tree | 94c0dd36b65db5e46463ea23e325c4eb01c83ed8 /keyboards | |
parent | 0b31a63dd44b36ad84ef635177f22884d3f81859 (diff) |
Add missing serial_link.h include
Which fixes a warning when building Ergodox Infinity as a righthand
master.
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/ergodox/infinity/matrix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/ergodox/infinity/matrix.c b/keyboards/ergodox/infinity/matrix.c index 1fda904849..3364f8c905 100644 --- a/keyboards/ergodox/infinity/matrix.c +++ b/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 "debug.h" #include "matrix.h" +#include "serial_link/system/serial_link.h" /* |