From 4fb8cc318c3e037bf15137c66d598b9e29e52a2e Mon Sep 17 00:00:00 2001 From: honorless <86894501+lesshonor@users.noreply.github.com> Date: Sat, 17 Jun 2023 14:55:22 -0400 Subject: [PATCH] refactor(core): mis-copied file --- platforms/test/hal.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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