mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Update stm32_max31855.c
Fix mistakes in comments
This commit is contained in:
committed by
Petro Karashchenko
parent
9851d4483b
commit
7a9b434ae6
@@ -67,7 +67,7 @@ int board_max31855_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 = max31855_register(devpath, spi, devno);
|
ret = max31855_register(devpath, spi, devno);
|
||||||
|
|||||||
Reference in New Issue
Block a user