Update some comments

This commit is contained in:
Gregory Nutt
2018-02-03 09:35:46 -06:00
parent 2683f713ab
commit fad70bf90e
4 changed files with 28 additions and 13 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ static int bmp180_checkid(FAR struct bmp180_dev_s *priv)
devid = bmp180_getreg8(priv, BMP180_DEVID);
sninfo("devid: 0x%02x\n", devid);
if (devid != (uint16_t) DEVID)
if (devid != (uint16_t)DEVID)
{
/* ID is not Correct */