Skip to content

Commit cb6ec88

Browse files
committed
Update.
1 parent 37613b6 commit cb6ec88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SharedTopicClient.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class SharedTopicClient : public LibXR::Application {
6262
info.client->tx_sem_.PostFromCallback(in_isr);
6363
};
6464

65-
auto msg_cb = LibXR::Callback<LibXR::RawData &>::Create(
65+
auto msg_cb = LibXR::Topic::Callback::Create(
6666
func, CallbackInfo{this, ans->data_.crc32, i});
6767

6868
LibXR::Topic topic(ans);

0 commit comments

Comments
 (0)