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 211506fdf3..69a96b9792 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" |