From 4a2000e2ae8a6f9804ae36f0a43b58dafe8e8c0b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 7 Apr 2015 12:18:08 -0600 Subject: [PATCH] Ooops accidentally committed some trash debug code --- nshlib/nsh_init.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nshlib/nsh_init.c b/nshlib/nsh_init.c index 9634000c9..a59c5b323 100644 --- a/nshlib/nsh_init.c +++ b/nshlib/nsh_init.c @@ -87,10 +87,9 @@ * None * ****************************************************************************/ -void eMBInit(void); // REMOVE ME + void nsh_initialize(void) { -eMBInit(); // REMOVE ME /* Mount the /etc filesystem */ (void)nsh_romfsetc();