HsUsart renamed to PacketUsart, volatile usage review
This commit is contained in:
parent
7cdc79c2ac
commit
23a75f43c7
12 changed files with 179 additions and 171 deletions
|
@ -9,9 +9,9 @@
|
|||
#define GLOBALS_CPP_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include "f4ll/hsusart.h"
|
||||
#include "f4ll/packetusart.h"
|
||||
|
||||
extern f4ll::HsUsart *g_usarts[4];
|
||||
extern f4ll::PacketUsart *g_usarts[4];
|
||||
|
||||
#endif // __cplusplus
|
||||
#endif /* GLOBALS_CPP_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue