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
|
@ -14,6 +14,8 @@
|
|||
#include <f4ll_cpp/singleton.h>
|
||||
|
||||
|
||||
namespace f4ll_cpp {
|
||||
|
||||
class MemcpyDma : public DmaHelper, public Singleton<MemcpyDma>
|
||||
{
|
||||
public:
|
||||
|
@ -26,5 +28,6 @@ private:
|
|||
volatile bool m_busy;
|
||||
};
|
||||
|
||||
} // namespace f4ll_cpp
|
||||
|
||||
#endif /* MEMCPY_DMA_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue