move embedlog from system to logging

This commit is contained in:
raiden00pl
2023-01-04 13:43:47 +01:00
committed by Xiang Xiao
parent 6e6df7dca8
commit efdc1ebf3f
7 changed files with 16 additions and 16 deletions

View File

@@ -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

View File

@@ -22,7 +22,7 @@
* Included Files
****************************************************************************/
#include <system/embedlog.h>
#include <logging/embedlog.h>
#include <errno.h>
#include <nuttx/config.h>
#include <stdio.h>