aboutsummaryrefslogtreecommitdiff
path: root/arch/delay.h
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-11-03 11:17:34 -0600
committerSelene ToyKeeper2023-11-03 11:17:34 -0600
commit481634c860e76159852c4e6f6de92905028a9e4e (patch)
treecdadbceb57769181885bce23a2abe4b51ea4e6d4 /arch/delay.h
parentrenamed tk*.h to arch/*.h or fsm/*.h (part 1) (diff)
downloadanduril-481634c860e76159852c4e6f6de92905028a9e4e.tar.gz
anduril-481634c860e76159852c4e6f6de92905028a9e4e.tar.bz2
anduril-481634c860e76159852c4e6f6de92905028a9e4e.zip
renamed tk*.h in file contents, and deleted unused files
Diffstat (limited to 'arch/delay.h')
-rw-r--r--arch/delay.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/delay.h b/arch/delay.h
index 502e6ab..487291f 100644
--- a/arch/delay.h
+++ b/arch/delay.h
@@ -1,10 +1,10 @@
-// tk-delay.h: Smaller, more flexible _delay_ms() functions.
+// delay.h: Smaller, more flexible _delay_ms() functions.
// Copyright (C) 2015-2023 Selene ToyKeeper
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
#ifdef OWN_DELAY
-#include "tk-attiny.h"
+#include "arch/mcu.h"
#include <util/delay_basic.h>
#ifdef USE_DELAY_MS
// Having own _delay_ms() saves some bytes AND adds possibility to use variables as input