Skip to content

Commit 9b53dc1

Browse files
fix: protobuf/echo/EchoInstantiation: fix compilation errors (#267)
1 parent 30a8ae1 commit 9b53dc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protobuf/echo/EchoInstantiation.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define PROTOBUF_ECHO_INSTANTIATIONS
33

44
#include "infra/util/BoundedVector.hpp"
5-
#include "protobuf/echo/Echo.hpp"
5+
#include "protobuf/echo/ServiceForwarder.hpp"
66
#include "services/util/MessageCommunicationCobs.hpp"
77
#include "services/util/MessageCommunicationWindowed.hpp"
88

@@ -64,7 +64,7 @@ namespace main_
6464
{
6565
public:
6666
EchoForwarderToSerial(services::Echo& from, hal::SerialCommunication& toSerial)
67-
: EchoForwarder<MessageSize, MaxServices>(from, toSerial)
67+
: EchoForwarder<MessageSize, MaxServices>(from, to)
6868
, to(toSerial)
6969
{}
7070

0 commit comments

Comments
 (0)