f407ve_hs_uart/components/app/inc/globals.h
2025-06-08 16:49:58 +02:00

15 lines
243 B
C

/*
* 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];