diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-29 04:06:42 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-29 04:06:42 +0000 |
commit | d1b9a7e1bd78b29d00d2deff6529e8ded7836e23 (patch) | |
tree | b41594843f32ac2c2f1bb96edd230cb1b895b652 /keyboards/matrix/noah | |
parent | 8ea2650ab2019ce598aa255c345cc4c81c749f68 (diff) | |
parent | 55843480fffddebf15b3557fb11dca6206ab7b7b (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/matrix/noah')
-rw-r--r-- | keyboards/matrix/noah/matrix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/matrix/noah/matrix.c b/keyboards/matrix/noah/matrix.c index 2115204369..94a27b181f 100644 --- a/keyboards/matrix/noah/matrix.c +++ b/keyboards/matrix/noah/matrix.c @@ -3,6 +3,7 @@ */ #include <stdint.h> +#include <stdio.h> #include <stdbool.h> #include <string.h> #include <hal.h> |