From acdd758e56e28f22846e7d34d87f5533c8682574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 8 Oct 2015 20:59:26 +0200 Subject: Add implementation of USART and more ground changes --- mcu/ATtiny85.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mcu/ATtiny85.h') diff --git a/mcu/ATtiny85.h b/mcu/ATtiny85.h index 57f53e7..19db90d 100644 --- a/mcu/ATtiny85.h +++ b/mcu/ATtiny85.h @@ -4,6 +4,7 @@ #include // SPI USI +#define MCUSUPPORT_USI #define DDR_USI DDRB #define DD_DI DDB0 #define DD_DO DDB1 -- cgit v1.2.3