This commit is contained in:
Attila Body 2025-06-08 16:49:58 +02:00
parent 3957af107d
commit 3253c9413e
Signed by: abody
GPG key ID: BD0C6214E68FB5CF
17 changed files with 176 additions and 94 deletions

View file

@ -0,0 +1,15 @@
/*
* globals.h
*
* Created on: Aug 29, 2019
* Author: abody
*/
#pragma once
#include <config.h>
#include <f4ll/packet_usart.h>
#include <inttypes.h>
extern f4ll::PacketUsart *g_usarts[USARTCOUNT];
extern uint8_t g_statsBuf[256];