Skip to content

Commit

Permalink
Adapt to msgRecv, msgRespond API change
Browse files Browse the repository at this point in the history
JIRA: RTOS-606
  • Loading branch information
agkaminski committed Sep 19, 2023
1 parent aeff883 commit 6cd0ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ioctl/test-ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ typedef uint8_t test_ioctlBuf_t[1024];
static void *test_thread(void *arg)
{
msg_t msg;
unsigned long int rid;
msg_rid_t rid;
int32_t out;
test_ioctlBuf_t out2;
int ret;
Expand Down
2 changes: 1 addition & 1 deletion proc/test_msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ int test_ping(unsigned seed, unsigned port, unsigned count)
int test_pong(unsigned port)
{
msg_t msg;
unsigned long rid;
msg_rid_t rid;

printf("test_msg/pong: starting\n");

Expand Down

0 comments on commit 6cd0ac7

Please sign in to comment.