Skip to content

Commit

Permalink
Update if_task.c
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
Tobyntobyn authored Sep 23, 2024
1 parent b3ce220 commit 87fb859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EPII_CM55M_APP_S/app/ww_projects/ww130_cli/if_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ static void i2cs_cb_rx(void *param) {
BaseType_t xHigherPriorityTaskWoken;

send_msg.msg_data = 0;
send_msg.msg_event = APP_MSG_IFTASK_I2CCOMM_RX
send_msg.msg_event = APP_MSG_IFTASK_I2CCOMM_RX;

//dbg_printf(DBG_LESS_INFO, "I2C RX ISR. Send to ifTask 0x%x\r\n", send_msg.msg_event);

Expand Down

0 comments on commit 87fb859

Please sign in to comment.