This commit is contained in:
Attila Body 2025-06-08 21:25:05 +02:00
parent a4e25d702b
commit 66c9d451ab
Signed by: abody
GPG key ID: BD0C6214E68FB5CF
14 changed files with 147 additions and 151 deletions

View file

@ -10,6 +10,6 @@
#include <f4ll/memcpy_dma.h>
#include <f4ll/packet_usart.h>
f4ll::PacketUsart *g_usarts[USARTCOUNT];
f4ll::packet_usart *g_usarts[USARTCOUNT];
uint8_t g_statsBuf[256];