aboutsummaryrefslogtreecommitdiff
path: root/test/stubbed/avr/io.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/stubbed/avr/io.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/test/stubbed/avr/io.h b/test/stubbed/avr/io.h
index 8c1ee92..40cc460 100644
--- a/test/stubbed/avr/io.h
+++ b/test/stubbed/avr/io.h
@@ -36,10 +36,8 @@ static int TCCR1B = 0;
static int TCCR1A = 0;
static int TIMSK1 = 0;
static int TIFR1 = 0;
-static int OCR1AH = 0;
-static int OCR1BH = 0;
-static int OCR1AL = 0;
-static int OCR1BL = 0;
+static int OCR1A = 0;
+static int OCR1B = 0;
static int TCNT1 = 0;
static int TCNT1H = 0;
static int TCNT1L = 0;
@@ -63,4 +61,10 @@ static int TCNT1L = 0;
#define TOV1 0
#define OCF1A 0
#define OCF1B 0
+#define OCF0A 0
+#define OCF0B 0
+#define OCIE0A 0
+#define OCIE0B 0
+#define OCIE1A 0
+#define OCIE1B 0
#endif