usb: Fix incorrect macro assignment
We should prepend CONFIG with macro name, otherwise it is not possible to enable debug. Change-Id: I9a4ec4da7607c6bc9894eecc42fe7c4556b62c6b Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
4cccc24391
commit
953165cda1
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
#endif
|
||||
#include "usb_device.h"
|
||||
|
||||
#define SYS_LOG_LEVEL SYS_LOG_USB_LEVEL
|
||||
#define SYS_LOG_LEVEL CONFIG_SYS_LOG_USB_LEVEL
|
||||
#define SYS_LOG_NO_NEWLINE
|
||||
#include <misc/sys_log.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue