Eliminate a warning

This commit is contained in:
Gregory Nutt 2016-11-22 06:58:34 -06:00
parent a0711b1c19
commit 8eec4ab0e8
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ extern "C"
*
****************************************************************************/
struct i2c_master_s;
int veml6070_register(FAR const char *devpath, FAR struct i2c_master_s *i2c,
uint8_t addr);