Skip to content

Commit 993e043

Browse files
Damian-NordicArekBalysNordic
authored andcommitted
tests: net: openthread: rpc: fix tests after revert
Reverting OpenThread update changes also removed one macro definition that later-added unit tests depended on. Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
1 parent 667d204 commit 993e043

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/subsys/net/openthread/rpc/server/src/message_suite.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717

1818
#include <openthread/message.h>
1919

20+
/* Message address used when testing serialization of a function that takes otMessage* */
21+
#define MSG_ADDR UINT32_MAX
22+
2023
static void nrf_rpc_err_handler(const struct nrf_rpc_err_report *report)
2124
{
2225
zassert_ok(report->code);

0 commit comments

Comments
 (0)