removing prefix LL_ from class/struct names under f4ll namespace

This commit is contained in:
Attila Body 2019-11-12 15:26:16 +01:00
parent 180f2ef624
commit 7cdc79c2ac
17 changed files with 184 additions and 183 deletions

View file

@ -9,9 +9,9 @@
#define GLOBALS_CPP_H_
#ifdef __cplusplus
#include "f4ll/ll_hsusart.h"
#include "f4ll/hsusart.h"
extern f4ll::LL_HsUsart *g_usarts[4];
extern f4ll::HsUsart *g_usarts[4];
#endif // __cplusplus
#endif /* GLOBALS_CPP_H_ */