mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 09:38:37 +08:00
Oops. Backout some debug code that was accidentally committed.
This commit is contained in:
@@ -70,11 +70,10 @@
|
|||||||
* any failure to indicate the nature of the failure.
|
* any failure to indicate the nature of the failure.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
#include <stdio.h>
|
|
||||||
#ifdef CONFIG_LIB_BOARDCTL
|
#ifdef CONFIG_LIB_BOARDCTL
|
||||||
int board_app_initialize(uintptr_t arg)
|
int board_app_initialize(uintptr_t arg)
|
||||||
{
|
{
|
||||||
lib_dumpbuffer("stdin", stdin, sizeof(FILE));
|
|
||||||
#ifndef CONFIG_BOARD_INITIALIZE
|
#ifndef CONFIG_BOARD_INITIALIZE
|
||||||
sim_bringup();
|
sim_bringup();
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user