Skip to content
Snippets Groups Projects
Commit b248a6b7 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

stm3240g-eval: Remove some bad conditional compilation

parent 686129bb
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment