1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00
Ludwig Ortmann 428e085c53 sys/shell: fix error when not using sixlowpan
```
/sys/shell/commands/sc_net_if.c:631:27: error: ‘IPV6_MAX_ADDR_STR_LEN’ undeclared (first use in this function)
             char addr_str[IPV6_MAX_ADDR_STR_LEN];
                           ^
```
2014-07-14 18:00:05 +02:00
..
2014-05-25 13:40:29 +02:00
2014-02-25 17:54:17 +01:00
2014-02-25 17:54:17 +01:00
2014-05-15 17:42:57 +02:00
2014-02-25 17:54:17 +01:00
2014-05-15 17:42:57 +02:00
2014-02-26 14:08:54 +01:00
2014-02-25 17:54:17 +01:00
2014-03-10 11:14:27 +01:00
2014-05-25 13:40:29 +02:00