log: remove duplicate log_printk() definition
The same function should not be defined in two different headers. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
144f2cb2b3
commit
638f480b35
1 changed files with 0 additions and 9 deletions
|
@ -505,15 +505,6 @@ void log_hexdump(const char *str,
|
|||
u32_t length,
|
||||
struct log_msg_ids src_level);
|
||||
|
||||
/** @brief Format and put string into log message.
|
||||
*
|
||||
* @param fmt String to format.
|
||||
* @param ap Variable list of arguments.
|
||||
*
|
||||
* @return Number of bytes processed.
|
||||
*/
|
||||
int log_printk(const char *fmt, va_list ap);
|
||||
|
||||
/** @brief Process log message synchronously.
|
||||
*
|
||||
* @param src_level Log message details.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue