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
|
@ -10,6 +10,8 @@
|
|||
#include <platform/usart_ll.h>
|
||||
#include <f4ll_cpp/dmahelper.h>
|
||||
|
||||
namespace f4ll_cpp {
|
||||
|
||||
class UartBase
|
||||
{
|
||||
public:
|
||||
|
@ -24,4 +26,6 @@ protected:
|
|||
DmaHelper m_txDma;
|
||||
};
|
||||
|
||||
} // f4ll_cpp
|
||||
|
||||
#endif /* F4LL_CPP_UARTBASE_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue