diff --git a/apps/drivers/device/i2c.h b/apps/drivers/device/i2c.h index 472bf26abd..66c34dd7c4 100644 --- a/apps/drivers/device/i2c.h +++ b/apps/drivers/device/i2c.h @@ -84,7 +84,7 @@ protected: * Check for the presence of the device on the bus. */ virtual int probe(); - + /** * Perform an I2C transaction to the device. *