summaryrefslogtreecommitdiffstats
path: root/keyboards/fc660c/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/fc660c/matrix.c')
-rw-r--r--keyboards/fc660c/matrix.c2
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/>.
*/
#include <stdint.h>
#include <stdbool.h>
-#include <util/delay.h>
+#include "wait.h"
#include "print.h"
#include "debug.h"
#include "util.h"