mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Merged in raiden00/nuttx_h7/sensors (pull request #863)
Add some I2C devices to nucleo-h743zi and a few small fixes configs/nucleo-h743zi: add support for ssd1306 configs/nucleo-h743zi: add support for pca9635 configs/nucleo-h743zi: add support for i2ctools include/nuttx/sensors/lsm6dsl.h: remove whitespaces configs/stm32f103-minimum/src/stm32_ssd1306.c: cosmetics Documentation/NuttxPortingGuide.html: vsyslog return none drivers/syslog/README.txt: vsyslog return none Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
@@ -6470,7 +6470,7 @@ int kbd_decode(FAR struct lib_instream_s *stream, FAR struct kbd_getstate_s *sta
|
||||
<ul><pre>
|
||||
#include <syslog.h>
|
||||
int syslog(int priority, FAR const IPTR char *format, ...);
|
||||
int vsyslog(int priority, FAR const IPTR char *src, va_list ap);
|
||||
void vsyslog(int priority, FAR const IPTR char *src, va_list ap);
|
||||
</pre></ul>
|
||||
<p><b>Description:</b>
|
||||
<code>syslog()</code> generates a log message. The priority argument is formed by ORing the facility and the level values (see <code>include/syslog.h</code>). The remaining arguments are a format, as in <code>printf()</code> and any arguments to the format.
|
||||
|
||||
Reference in New Issue
Block a user