moved f4ll_cpp imto its own namespace
moved strutil to the application
This commit is contained in:
parent
3a20a7d846
commit
fb5670a950
21 changed files with 70 additions and 27 deletions
|
@ -30,6 +30,9 @@
|
|||
|
||||
#define STARTMARKER 0x95
|
||||
|
||||
namespace f4ll_cpp
|
||||
{
|
||||
|
||||
static inline uint32_t RoundUpTo4(uint32_t inp)
|
||||
{
|
||||
return (inp + 3) & 0xfffc;
|
||||
|
@ -280,3 +283,4 @@ void PacketUart::HandleUsartIrq()
|
|||
DIAG_INTERRUPT_OUT();
|
||||
}
|
||||
|
||||
} // f4ll_cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue