diff options
Diffstat (limited to 'keyboards/fc660c/matrix.c')
| -rw-r--r-- | keyboards/fc660c/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/fc660c/matrix.c b/keyboards/fc660c/matrix.c index 211506fdf..69a96b979 100644 --- a/keyboards/fc660c/matrix.c +++ b/keyboards/fc660c/matrix.c | |||
| @@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 21 | */ | 21 | */ |
| 22 | #include <stdint.h> | 22 | #include <stdint.h> |
| 23 | #include <stdbool.h> | 23 | #include <stdbool.h> |
| 24 | #include <util/delay.h> | 24 | #include "wait.h" |
| 25 | #include "print.h" | 25 | #include "print.h" |
| 26 | #include "debug.h" | 26 | #include "debug.h" |
| 27 | #include "util.h" | 27 | #include "util.h" |
