aboutsummaryrefslogtreecommitdiff
path: root/keyboards/fc980c/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/fc980c/matrix.c')
-rw-r--r--keyboards/fc980c/matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/fc980c/matrix.c b/keyboards/fc980c/matrix.c
index 906fec29a..3a3a13de5 100644
--- a/keyboards/fc980c/matrix.c
+++ b/keyboards/fc980c/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"