13 lines
185 B
C++
13 lines
185 B
C++
/*
|
|
* globals_cpp.cpp
|
|
*
|
|
* Created on: Nov 4, 2019
|
|
* Author: abody
|
|
*/
|
|
#include "globals.h"
|
|
|
|
#include <f4ll/hsusart.h>
|
|
#include <f4ll/memcpydma.h>
|
|
|
|
f4ll::HsUsart *g_usarts[4];
|
|
|