From 21d69d24b653bfa4fca82ff653af28fe872c6e7e Mon Sep 17 00:00:00 2001 From: Fabian Schieder Date: Wed, 4 Feb 2026 18:06:59 +0000 Subject: [PATCH] main.c aktualisiert --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index e71b807..6c07ceb 100644 --- a/main.c +++ b/main.c @@ -86,7 +86,7 @@ void PortConfig(void) void uart2_init(void) { - RCC->APB2ENR |= RCC_APB2ENR_AFIOEN | RCC_APB2ENR_IOPAEN; + RCC->APB2ENR |= RCC_APB2ENR_AFIOEN | RCC_APB2ENR_IOPAEN; // 0x4 RCC->APB1ENR |= 0x20000; // UART2 Taktversorgung GPIOA->CRL &= 0xFFFFF0FF;