We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a8ae1 commit 9b53dc1Copy full SHA for 9b53dc1
protobuf/echo/EchoInstantiation.hpp
@@ -2,7 +2,7 @@
2
#define PROTOBUF_ECHO_INSTANTIATIONS
3
4
#include "infra/util/BoundedVector.hpp"
5
-#include "protobuf/echo/Echo.hpp"
+#include "protobuf/echo/ServiceForwarder.hpp"
6
#include "services/util/MessageCommunicationCobs.hpp"
7
#include "services/util/MessageCommunicationWindowed.hpp"
8
@@ -64,7 +64,7 @@ namespace main_
64
{
65
public:
66
EchoForwarderToSerial(services::Echo& from, hal::SerialCommunication& toSerial)
67
- : EchoForwarder<MessageSize, MaxServices>(from, toSerial)
+ : EchoForwarder<MessageSize, MaxServices>(from, to)
68
, to(toSerial)
69
{}
70
0 commit comments