diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-04-13 16:15:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-13 16:15:13 -0400 |
commit | b5e8327755100252060afbd54e16322522b4f1e9 (patch) | |
tree | 94c0dd36b65db5e46463ea23e325c4eb01c83ed8 /keyboards/ergodox/infinity | |
parent | 0b31a63dd44b36ad84ef635177f22884d3f81859 (diff) | |
parent | 94b14bdd6ac09467686d330571ab05ff0f9bf380 (diff) | |
download | firmware-b5e8327755100252060afbd54e16322522b4f1e9.tar.gz firmware-b5e8327755100252060afbd54e16322522b4f1e9.tar.bz2 firmware-b5e8327755100252060afbd54e16322522b4f1e9.zip |
Merge pull request #1226 from fredizzimo/fix_ergodox_righthand_warning
Add missing serial_link.h include
Diffstat (limited to 'keyboards/ergodox/infinity')
-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 1fda90484..3364f8c90 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" /* |