Skip to content
Snippets Groups Projects
Commit 3a69e0fa authored by Toon Stegen's avatar Toon Stegen
Browse files

sys/fmt: remove useless assignment

parent 9f90f312
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,6 @@ size_t fmt_hex_bytes(uint8_t *out, const char *hex)
size_t len = fmt_strlen(hex);
if (len & 1) {
out = NULL;
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment