We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13949d8 commit 12188e6Copy full SHA for 12188e6
1 file changed
SharedTopic.hpp
@@ -75,6 +75,7 @@ class SharedTopic : public LibXR::Application
75
LibXR::ReadOperation op(sem);
76
while (true)
77
{
78
+ self->uart_->Read({nullptr, 0}, op);
79
auto size =
80
LibXR::max(sizeof(LibXR::Topic::PackedDataHeader),
81
LibXR::min(self->uart_->read_port_->Size(), self->rx_buffer_.size_));
0 commit comments