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
|
@ -7,6 +7,8 @@
|
|||
#include <f4ll_cpp/dmahelper.h>
|
||||
#include <f4ll_cpp/memcpydma.h>
|
||||
|
||||
namespace f4ll_cpp {
|
||||
|
||||
MemcpyDma::MemcpyDma(DMA_TypeDef *dma, uint32_t stream) :
|
||||
DmaHelper(dma, stream),
|
||||
m_busy(false)
|
||||
|
@ -33,3 +35,5 @@ void MemcpyDma::HandleDmaIrq(void)
|
|||
m_busy = false;
|
||||
}
|
||||
}
|
||||
|
||||
} // f4ll_cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue