From 0aff10d4b7d6cf5fe829d4f70d6e5d5aecf3a822 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Mon, 26 Aug 2019 14:53:00 -0600 Subject: fixed attiny13 builds --- tk-attiny.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tk-attiny.h b/tk-attiny.h index 947a87c..597af4d 100644 --- a/tk-attiny.h +++ b/tk-attiny.h @@ -108,7 +108,9 @@ #error Hey, you need to define an I/O pin layout. #endif -#if (ATTINY==25) || (ATTINY==45) || (ATTINY==85) +#if (ATTINY==13) + // no changes needed +#elif (ATTINY==25) || (ATTINY==45) || (ATTINY==85) // use clock_prescale_set(n) instead; it's safer //#define CLOCK_DIVIDER_SET(n) {CLKPR = 1<