mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/fmt: remove useless assignment
This commit is contained in:
parent
9f90f31291
commit
3a69e0fa98
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user