1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/shell
Cenk Gündoğan 7095241555 rpl: wrong macro definitions in rpl shell commands
It appears that the values defined for RPL_NODE_IS_ROOT and
RPL_MAX_ROUTING_ENTRIES in the Makefile via CFLAGS are not recognized in
sc_rpl.c (my guess: they are only visible to the rpl module?)
Therefore RPL_MAX_ROUTING_ENTRIES is always set to 0, no matter how the
binary is compiled, thus resulting in the output "No routing table
available" for root nodes.
2015-01-15 10:56:22 +01:00
..
commands rpl: wrong macro definitions in rpl shell commands 2015-01-15 10:56:22 +01:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
shell.c Merge pull request #1653 from medicalwei/shell_backspace 2014-09-29 21:21:41 +02:00