We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8314e91 commit e5417b6Copy full SHA for e5417b6
obc/drivers/rm46/obc_i2c_io.c
@@ -155,7 +155,7 @@ void i2cNotification(i2cBASE_t *i2c, uint32 flags) {
155
xSemaphoreGiveFromISR(i2cTransferComplete, &xHigherPriorityTaskWoken);
156
157
if (xSemaphoreGiveFromISR(i2cTransferComplete, &xHigherPriorityTaskWoken) == pdTRUE) {
158
- LOG_ERROR_FROM_ISR("Semaphore successfully given.");
+ LOG_INFO_FROM_ISR("Semaphore successfully given.");
159
} else {
160
LOG_ERROR_FROM_ISR("Semaphore cannot be given or was already given.");
161
}
0 commit comments