From 3987d71fb26cbf5501f8d9fa42327936e8790581 Mon Sep 17 00:00:00 2001 From: jakegoodwin Date: Sat, 18 Feb 2023 22:53:03 -0800 Subject: [PATCH] updated comment description with correct text. --- src/avr_usart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/avr_usart.c b/src/avr_usart.c index 2399267..6e9ee41 100644 --- a/src/avr_usart.c +++ b/src/avr_usart.c @@ -1,7 +1,7 @@ /* * Author: Jake Goodwin * Date: 2023 - * Description: Small library to communicate with the AT-09 bluetooth module. + * Description: Small library to handle Serial communication on AVR micros */ #include