Update stm32_max6675.c

Fix mistakes in comments
This commit is contained in:
simbit18 2022-07-29 11:05:50 +02:00 committed by Petro Karashchenko
parent 07c0b2844a
commit 9851d4483b

View File

@ -88,7 +88,7 @@ int board_max6675_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 = max6675_register(devpath, spi);