logging: move sys_log to subsys/logging
Move logging out of misc/ to its own subsystem. Anything related to logging and any new logging features or backends could be added here instead of the generic location in misc/ which is overcrowded with options that are not related to eachother. Jira: ZEP-1467 Change-Id: If6a3ea625c3a3562a7a61a0ba5fd7e6ca75518ba Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
affd58a50c
commit
a9e879e273
80 changed files with 173 additions and 149 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
#define SYS_LOG_DOMAIN "Grove LCD"
|
||||
#define SYS_LOG_LEVEL CONFIG_SYS_LOG_GROVE_LEVEL
|
||||
#include <misc/sys_log.h>
|
||||
#include <logging/sys_log.h>
|
||||
|
||||
#define SLEEP_IN_US(_x_) ((_x_) * 1000)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue