17 lines
263 B
C
17 lines
263 B
C
/*
|
|
* globals_cpp.h
|
|
*
|
|
* Created on: Nov 4, 2019
|
|
* Author: abody
|
|
*/
|
|
|
|
#ifndef GLOBALS_CPP_H_
|
|
#define GLOBALS_CPP_H_
|
|
|
|
#ifdef __cplusplus
|
|
#include "f4ll/ll_hsusart.h"
|
|
|
|
extern f4ll::LL_HsUsart *g_usarts[4];
|
|
|
|
#endif // __cplusplus
|
|
#endif /* GLOBALS_CPP_H_ */
|