Update stm32_ina219.c

Fix mistakes in syslog
This commit is contained in:
simbit18 2022-07-29 11:22:50 +02:00 committed by Petro Karashchenko
parent 7a9b434ae6
commit 666c2d255a
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ int board_ina219_initialize(int devno, int busno)
ret = ina219_register(devpath, i2c, 0x40, 100000, 0x00);
if (ret < 0)
{
syslog(LOG_ERR, "ERROR: Error registering hih6130\n");
syslog(LOG_ERR, "ERROR: Error registering INA219\n");
}
return ret;