Update stm32_max6675.c
Fix mistakes in comments
This commit is contained in:
parent
07c0b2844a
commit
9851d4483b
@ -88,7 +88,7 @@ int board_max6675_initialize(int devno, int busno)
|
|||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Then register the barometer sensor */
|
/* Then register the temperature sensor */
|
||||||
|
|
||||||
snprintf(devpath, 12, "/dev/temp%d", devno);
|
snprintf(devpath, 12, "/dev/temp%d", devno);
|
||||||
ret = max6675_register(devpath, spi);
|
ret = max6675_register(devpath, spi);
|
||||||
|
Loading…
Reference in New Issue
Block a user