aboutsummaryrefslogtreecommitdiff
path: root/fsm/spaghetti-monster.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 /fsm/spaghetti-monster.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 '')
-rw-r--r--fsm/spaghetti-monster.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fsm/spaghetti-monster.h b/fsm/spaghetti-monster.h
index e28f64a..c035d5b 100644
--- a/fsm/spaghetti-monster.h
+++ b/fsm/spaghetti-monster.h
@@ -13,7 +13,7 @@
* - ...
*/
-#include "tk-attiny.h"
+#include "arch/mcu.h"
#include <avr/eeprom.h>
#include <avr/power.h>
@@ -36,7 +36,7 @@
#if defined(USE_DELAY_MS) || defined(USE_DELAY_4MS) || defined(USE_DELAY_ZERO) || defined(USE_DEBUG_BLINK)
#define OWN_DELAY
-#include "tk-delay.h"
+#include "arch/delay.h"
#endif
#ifdef USE_DEBUG_BLINK