mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 05:27:17 +00:00
Oops. Backout some debug code that was accidentally committed.
This commit is contained in:
parent
d4f3954b35
commit
59abd48bdf
1 changed files with 1 additions and 2 deletions
|
|
@ -70,11 +70,10 @@
|
|||
* any failure to indicate the nature of the failure.
|
||||
*
|
||||
****************************************************************************/
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef CONFIG_LIB_BOARDCTL
|
||||
int board_app_initialize(uintptr_t arg)
|
||||
{
|
||||
lib_dumpbuffer("stdin", stdin, sizeof(FILE));
|
||||
#ifndef CONFIG_BOARD_INITIALIZE
|
||||
sim_bringup();
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue