mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 23:11:19 +01:00
shell/sc_netif: fix clang formating warning/error
This commit is contained in:
parent
6e3d2b6c53
commit
32a2bacc8d
@ -892,7 +892,7 @@ int _netif_config(int argc, char **argv)
|
||||
gnrc_ipv6_netif_t *entry;
|
||||
if (((hl = atoi(argv[3])) < 0) || (hl > UINT8_MAX)) {
|
||||
printf("error: Hop limit must be between %" PRIu16 " and %" PRIu16 "\n",
|
||||
0, UINT16_MAX);
|
||||
(uint16_t)0, (uint16_t)UINT16_MAX);
|
||||
return 1;
|
||||
}
|
||||
if ((entry = gnrc_ipv6_netif_get(dev)) == NULL) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user