f407ve_hs_uart/App/globals_cpp.h
2019-11-09 09:25:25 +01:00

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_ */