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

@ -6,8 +6,8 @@
*/
#include "globals.h"
#include <f4ll/hsusart.h>
#include <f4ll/packetusart.h>
#include <f4ll/memcpydma.h>
f4ll::HsUsart *g_usarts[4];
f4ll::PacketUsart *g_usarts[4];