From 57a476193c91f62e2f2522b6abf9ba708bf14675 Mon Sep 17 00:00:00 2001 From: jakegoodwin Date: Sat, 18 Feb 2023 23:06:07 -0800 Subject: [PATCH] commented out define --- src/avr_usart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/avr_usart.h b/src/avr_usart.h index 1f95f3d..5cc14a3 100644 --- a/src/avr_usart.h +++ b/src/avr_usart.h @@ -4,7 +4,7 @@ * Description: AT-09 Bluetooth module library for AVR micro crontrollers. * Filename: avr_at-09.h */ -#define __AVR_ATmega328P__ +//#define __AVR_ATmega328P__ #include #include