aboutsummaryrefslogtreecommitdiff
path: root/test/pbdrv/msg.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-14 19:31:20 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-14 19:31:20 +0200
commitdbe08a8cd3d29cee7ba1adae4841c0a831784f31 (patch)
tree88a080b298ec60669fe4a0eecf28b4c96675d267 /test/pbdrv/msg.cpp
parent33ff43ccd7c619f885b3dd4e9a2e0ffe7ed0875c (diff)
puzzle bus message routing functions
Diffstat (limited to 'test/pbdrv/msg.cpp')
-rw-r--r--test/pbdrv/msg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pbdrv/msg.cpp b/test/pbdrv/msg.cpp
index d58d6f3..ca23bc7 100644
--- a/test/pbdrv/msg.cpp
+++ b/test/pbdrv/msg.cpp
@@ -34,7 +34,7 @@ TEST(pb_msg_rw, cmd_req_read) {
}
TEST(pb_msg_rw, cmd_req_magic) {
- pb_buf_t buf = pb_send_req_magic();
+ pb_buf_t buf = pb_send_magic_req();
ASSERT_NE(buf.data, nullptr);
ASSERT_GE(buf.size, 0);