HsUsart renamed to PacketUsart, volatile usage review

This commit is contained in:
Attila Body 2019-11-13 15:24:01 +01:00
parent 7cdc79c2ac
commit 23a75f43c7
12 changed files with 179 additions and 171 deletions

View file

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