diff --git a/platforms/test/hal.h b/platforms/test/hal.h index a84eede45d..2d268ad54c 100644 --- a/platforms/test/hal.h +++ b/platforms/test/hal.h @@ -1,8 +1,8 @@ -/* Copyright 2021 wavtype +/* Copyright 2021 QMK * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -13,5 +13,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +#pragma once -#include "p01_ultra.h" +// Just here to please eeprom tests