mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Update stm32_max6675.c
Fix mistakes in comments
This commit is contained in:
committed by
Petro Karashchenko
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user