common.hpp: add missing docstring param for setLogLevel
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@@ -120,6 +120,7 @@ inline unsigned int adcSupportedBits()
|
|||||||
* Sets the log level to use from 0-7 where 7 is very verbose. These are the
|
* Sets the log level to use from 0-7 where 7 is very verbose. These are the
|
||||||
* syslog log levels, see syslog(3) for more information on the levels.
|
* syslog log levels, see syslog(3) for more information on the levels.
|
||||||
*
|
*
|
||||||
|
* @param level
|
||||||
* @return Result of operation
|
* @return Result of operation
|
||||||
*/
|
*/
|
||||||
inline mraa_result_t setLogLevel(int level)
|
inline mraa_result_t setLogLevel(int level)
|
||||||
|
|||||||
Reference in New Issue
Block a user