Update stm32_max31855.c

Fix mistakes in comments
This commit is contained in:
simbit18 2022-07-29 11:07:37 +02:00 committed by Petro Karashchenko
parent 9851d4483b
commit 7a9b434ae6
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ int board_max31855_initialize(int devno, int busno)
return -ENODEV;
}
/* Then register the barometer sensor */
/* Then register the temperature sensor */
snprintf(devpath, 12, "/dev/temp%d", devno);
ret = max31855_register(devpath, spi, devno);