usb: logs: Rename USB_INF to LOG_INF
Since logger is now suitable for our logs use it directly. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
17f7abd3dc
commit
f22060cdbe
7 changed files with 15 additions and 16 deletions
|
@ -45,7 +45,6 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#define USB_WRN(fmt, ...) LOG_WRN(fmt, ##__VA_ARGS__)
|
||||
#define USB_INF(fmt, ...) LOG_INF(fmt, ##__VA_ARGS__)
|
||||
|
||||
/*
|
||||
* These macros should be used to place the USB descriptors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue