f407ve_hs_uart/components/app/src/globals.cpp
2025-06-08 21:25:05 +02:00

15 lines
250 B
C++

/*
* globals_cpp.cpp
*
* Created on: Nov 4, 2019
* Author: abody
*/
#include "globals.h"
#include "config.h"
#include <f4ll/memcpy_dma.h>
#include <f4ll/packet_usart.h>
f4ll::packet_usart *g_usarts[USARTCOUNT];
uint8_t g_statsBuf[256];