Commit aef332e8 authored by Dimitris Lampridis's avatar Dimitris Lampridis

[sw] make wrtd_node_id_match() function static

parent 5b5a9066
......@@ -19,7 +19,7 @@
#define WRTD_NODE_ID 0x57544E00
#define WRTD_NODE_ID_MASK 0xFFFFFF00
inline int wrtd_node_id_match(uint32_t id)
static inline int wrtd_node_id_match(uint32_t id)
{
if ((id & WRTD_NODE_ID_MASK) == WRTD_NODE_ID)
return 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment