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
|
@ -13,6 +13,8 @@
|
|||
|
||||
#define USART_STATS_DISABLED
|
||||
|
||||
namespace f4ll_cpp {
|
||||
|
||||
class PacketUart : public UartBase, public CrcScheduler::ICrcCallback
|
||||
{
|
||||
public:
|
||||
|
@ -100,4 +102,6 @@ private:
|
|||
Buffer rxBuffers[2];
|
||||
};
|
||||
|
||||
} // f4ll_cpp
|
||||
|
||||
#endif /* UART_HANDLER_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue