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 /fsm | |
| 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 'fsm')
| -rw-r--r-- | fsm/spaghetti-monster.h | 4 |
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 |
