Commit b6fb96aa authored by Tomasz Wlostowski's avatar Tomasz Wlostowski Committed by Grzegorz Daniluk

shell: re-enable stat command

parent 94d2ac54
......@@ -364,6 +364,7 @@ void shell_register_commands(void)
REGISTER_WRC_COMMAND(diag);
REGISTER_WRC_COMMAND(init);
REGISTER_WRC_COMMAND(sfp);
REGISTER_WRC_COMMAND(stat);
if (HAS_IP)
REGISTER_WRC_COMMAND(ip);
}
......
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