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

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