moved f4ll_cpp imto its own namespace
moved strutil to the application
This commit is contained in:
parent
0e09fd9a7a
commit
8c62136773
21 changed files with 70 additions and 27 deletions
|
@ -9,6 +9,9 @@
|
|||
#define MOCKABLE(x) x
|
||||
#endif
|
||||
|
||||
namespace f4ll_cpp
|
||||
{
|
||||
|
||||
DmaHelper::DmaHelper(DMA_TypeDef *dma, uint32_t stream)
|
||||
{
|
||||
m_dma = dma;
|
||||
|
@ -80,3 +83,4 @@ uint32_t DmaHelper::_GetTcMask(uint32_t stream)
|
|||
return tcMasks[stream];
|
||||
}
|
||||
|
||||
} // f4ll_cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue