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
|
@ -17,6 +17,9 @@
|
|||
#include <platform/crc_ll.h>
|
||||
#include <f4ll_cpp/dmahelper.h>
|
||||
|
||||
namespace f4ll_cpp
|
||||
{
|
||||
|
||||
class CrcScheduler {
|
||||
public:
|
||||
struct ICrcCallback {
|
||||
|
@ -64,5 +67,6 @@ private:
|
|||
crcslot_t *m_firstSlot;
|
||||
};
|
||||
|
||||
} // f4ll_cpp
|
||||
|
||||
#endif /* CRC_HANDLER_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue