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

@ -11,5 +11,5 @@
#include <f4ll/packet_usart.h>
#include <inttypes.h>
extern f4ll::PacketUsart *g_usarts[USARTCOUNT];
extern f4ll::packet_usart *g_usarts[USARTCOUNT];
extern uint8_t g_statsBuf[256];