aboutsummaryrefslogtreecommitdiff
path: root/arch/mcu.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--arch/mcu.h4
1 files changed, 2 insertions, 2 deletions
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