Private
Public Access
2
0

common.hpp: add missing docstring param for setLogLevel

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-11-18 15:56:33 +00:00
parent ac1c60d4fe
commit 7dc29aa3b7

View File

@@ -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
* syslog log levels, see syslog(3) for more information on the levels.
*
* @param level
* @return Result of operation
*/
inline mraa_result_t setLogLevel(int level)