aboutsummaryrefslogtreecommitdiff
path: root/mcu/mcu.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-04-02 11:31:37 +0200
committerKarel Kočí <cynerd@email.cz>2015-04-02 11:31:37 +0200
commit4e39af4195506e746048d5ad48ea91692b0173b5 (patch)
treea46cc7f3a621ad4ecca7ec31c68d450d1d48c751 /mcu/mcu.h
parent028c7f8c571ea2d9ad1910b196a8788d06dcc203 (diff)
downloadavr-ioe-4e39af4195506e746048d5ad48ea91692b0173b5.tar.gz
avr-ioe-4e39af4195506e746048d5ad48ea91692b0173b5.tar.bz2
avr-ioe-4e39af4195506e746048d5ad48ea91692b0173b5.zip
Add support for ATmega8A
Diffstat (limited to 'mcu/mcu.h')
-rw-r--r--mcu/mcu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcu/mcu.h b/mcu/mcu.h
index 2a950c8..5e7993d 100644
--- a/mcu/mcu.h
+++ b/mcu/mcu.h
@@ -13,3 +13,6 @@
#define __MCU_ATtiny85__ \
((defined __AVR_ATtiny85__ || defined __AVR_ATtiny45__ || \
defined __AVR_ATtiny25__))
+
+#define __MCU_ATmega8A__ \
+ (defined __AVR_ATmega8A__)