From a119e6ca70ffab14f0a70908fa3eeb83b41bb5ab Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 14 Mar 2022 10:24:36 +0100 Subject: refactor: rename std to common --- src/serial.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/serial.hpp') diff --git a/src/serial.hpp b/src/serial.hpp index f32ca63..36aa6ed 100644 --- a/src/serial.hpp +++ b/src/serial.hpp @@ -1,6 +1,6 @@ #pragma once -#include "std/smart_string.hpp" +#include "common/string.hpp" #include @@ -10,7 +10,7 @@ public: SerialStream(Serial_ serial, const unsigned long &baud_rate); SerialStream &operator<<(const char *str); - SerialStream &operator<<(const SmartString &str); + SerialStream &operator<<(const common::String &str); SerialStream &operator<<(const double &num); SerialStream &operator<<(const int &num); SerialStream &operator<<(const unsigned int &num); -- cgit v1.2.3-18-g5258