diff options
Diffstat (limited to 'keyboards/aeboards/constellation/rev2/rev2.c')
-rwxr-xr-x | keyboards/aeboards/constellation/rev2/rev2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/aeboards/constellation/rev2/rev2.c b/keyboards/aeboards/constellation/rev2/rev2.c index 7429f2f5f0..2c8909e69d 100755 --- a/keyboards/aeboards/constellation/rev2/rev2.c +++ b/keyboards/aeboards/constellation/rev2/rev2.c @@ -14,7 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "rev2.h" +#include "quantum.h" void matrix_io_delay(void) { __asm__ volatile("nop\nnop\nnop\n"); |