removing prefix LL_ from class/struct names under f4ll namespace
This commit is contained in:
parent
180f2ef624
commit
7cdc79c2ac
17 changed files with 184 additions and 183 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue