Convert the project to CMake
revamp f4ll move f4ll upstream to codeberg
This commit is contained in:
parent
bc01b1f0e8
commit
b1c676c394
244 changed files with 159826 additions and 189336 deletions
15
components/app/inc/globals.h
Normal file
15
components/app/inc/globals.h
Normal 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::packet_usart *g_usarts[USARTCOUNT];
|
||||
extern uint8_t g_statsBuf[256];
|
Loading…
Add table
Add a link
Reference in a new issue