From 481634c860e76159852c4e6f6de92905028a9e4e Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Fri, 3 Nov 2023 11:17:34 -0600 Subject: renamed tk*.h in file contents, and deleted unused files --- arch/mcu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/mcu.h') diff --git a/arch/mcu.h b/arch/mcu.h index 9532ed5..5de6ea9 100644 --- a/arch/mcu.h +++ b/arch/mcu.h @@ -1,4 +1,4 @@ -// tk-attiny.h: Attiny portability header. +// arch/mcu.h: Attiny portability header. // Copyright (C) 2014-2023 Selene ToyKeeper // SPDX-License-Identifier: GPL-3.0-or-later #pragma once @@ -79,7 +79,7 @@ /******************** I/O pin and register layout ************************/ #ifdef HWDEFFILE -#include "tk.h" +#include "fsm/tk.h" #include incfile(HWDEFFILE) #endif -- cgit v1.2.3