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
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue