Commit 7f22446a authored by Adam Wujek's avatar Adam Wujek

proto-ext-whiterabbit: fix typo

replace "_" with "-"
Signed-off-by: 's avatarAdam Wujek <adam.wujek@creotech.pl>
parent c03c708e
......@@ -27,7 +27,7 @@ static wr_state_machine_t wr_state_actions[] ={
.action=wr_present,
},
[WRS_M_LOCK]{
.name="wr_m_lock",
.name="wr-m-lock",
.action=wr_m_lock,
},
[WRS_S_LOCK]{
......
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