mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 07:12:06 +08:00
move embedlog from system to logging
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
|
||||
if SYSTEM_EMBEDLOG
|
||||
if LOGGING_EMBEDLOG
|
||||
|
||||
config EXAMPLES_EMBEDLOG
|
||||
tristate "embedlog example"
|
||||
@@ -39,4 +39,4 @@ config EXAMPLES_EMBEDLOG_STACKSIZE
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif #EXAMPLES_EMBEDLOG
|
||||
endif #SYSTEM_EMBEDLOG
|
||||
endif #LOGGING_EMBEDLOG
|
||||
|
@@ -22,7 +22,7 @@
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
#include <system/embedlog.h>
|
||||
#include <logging/embedlog.h>
|
||||
#include <errno.h>
|
||||
#include <nuttx/config.h>
|
||||
#include <stdio.h>
|
||||
|
Reference in New Issue
Block a user