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/uartbase.h>
|
||||
|
||||
|
||||
namespace f4ll_cpp {
|
||||
|
||||
template<unsigned int bufSize> class SerialConsole : protected UartBase
|
||||
{
|
||||
public:
|
||||
|
@ -166,4 +168,6 @@ template<unsigned int bufSize> void SerialConsole<bufSize>::SendLine(char const
|
|||
}
|
||||
}
|
||||
|
||||
} // f4ll_cpp
|
||||
|
||||
#endif /* CONSOLEHANDLER_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue