Skip to content

Commit e5417b6

Browse files
committed
Adressed changes
1 parent 8314e91 commit e5417b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obc/drivers/rm46/obc_i2c_io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ void i2cNotification(i2cBASE_t *i2c, uint32 flags) {
155155
xSemaphoreGiveFromISR(i2cTransferComplete, &xHigherPriorityTaskWoken);
156156

157157
if (xSemaphoreGiveFromISR(i2cTransferComplete, &xHigherPriorityTaskWoken) == pdTRUE) {
158-
LOG_ERROR_FROM_ISR("Semaphore successfully given.");
158+
LOG_INFO_FROM_ISR("Semaphore successfully given.");
159159
} else {
160160
LOG_ERROR_FROM_ISR("Semaphore cannot be given or was already given.");
161161
}

0 commit comments

Comments
 (0)