Skip to content

Commit 4a13d27

Browse files
committed
fix: using helpers namespace
1 parent 1b182b3 commit 4a13d27

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tty.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ MODULE_DEF(module_tty, module_tty::tty);
5252

5353
using namespace std;
5454
using namespace robotkernel;
55+
using namespace robotkernel::helpers;
5556
using namespace module_tty;
5657

5758
int tty::decode_baudrate(const int baudrate) const {

0 commit comments

Comments
 (0)