stm3240g-eval: Remove some bad conditional compilation

This commit is contained in:
Gregory Nutt
2017-09-19 08:26:47 -06:00
parent 686129bb2e
commit b248a6b72b
-2
View File
@@ -147,7 +147,6 @@ static int board_initthread(int argc, char *argv[])
{
int ret;
#if defined(CONFIG_NSH_LIBRARY) && !defined(CONFIG_LIB_BOARDCTL)
/* Perform NSH initialization here instead of from the NSH. This
* alternative NSH initialization is necessary when NSH is ran in user-space
* but the initialization function must run in kernel space.
@@ -158,7 +157,6 @@ static int board_initthread(int argc, char *argv[])
{
gerr("ERROR: stm32_bringup failed: %d\n", ret);
}
#endif
#ifdef HAVE_NXSTART
/* Initialize the NX server */