shell: Rename shell to legacy_shell

New shell implementation is on the way. For now old one and all
references are kept to be gradually replaced by new shell.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruscinski 2018-08-09 08:18:18 +02:00 committed by Anas Nashif
commit 527256501f
29 changed files with 38 additions and 41 deletions

View file

@ -14,7 +14,7 @@
#include <stdlib.h>
#include <string.h>
#include <device.h>
#include <shell/shell.h>
#include <shell/legacy_shell.h>
#include <misc/printk.h>