15 lines
243 B
C
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];
|