From 410d8b3c83b7639fd5559afaa4fbba3564440f99 Mon Sep 17 00:00:00 2001 From: jakegoodwin Date: Sat, 18 Feb 2023 22:47:43 -0800 Subject: [PATCH] updated define name to reflect project not being focused towards BT anymore. --- src/avr_usart.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/avr_usart.c b/src/avr_usart.c index f248a86..1f24ea9 100644 --- a/src/avr_usart.c +++ b/src/avr_usart.c @@ -64,8 +64,8 @@ int main() { void init_usart0(void) { //setup stuff for usart communications. - UBRR0H |= (uint8_t) (BT_UBRR>>8); - UBRR0L |= (uint8_t) BT_UBRR; + UBRR0H |= (uint8_t) (F_UBRR>>8); + UBRR0L |= (uint8_t) F_UBRR; //Enable recv and Transmit pins, overrides other uses. //IN the usart control and status register 0B