diff options
| author | Selene ToyKeeper | 2023-11-03 11:17:34 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-11-03 11:17:34 -0600 |
| commit | 481634c860e76159852c4e6f6de92905028a9e4e (patch) | |
| tree | cdadbceb57769181885bce23a2abe4b51ea4e6d4 /arch/mcu.h | |
| parent | renamed tk*.h to arch/*.h or fsm/*.h (part 1) (diff) | |
| download | anduril-481634c860e76159852c4e6f6de92905028a9e4e.tar.gz anduril-481634c860e76159852c4e6f6de92905028a9e4e.tar.bz2 anduril-481634c860e76159852c4e6f6de92905028a9e4e.zip | |
renamed tk*.h in file contents, and deleted unused files
Diffstat (limited to '')
| -rw-r--r-- | arch/mcu.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
