Skip to content

Commit

Permalink
firmware: app: tasks: param_server: Using defines from param_server.h #…
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoclaudioeb committed May 14, 2022
1 parent e5c47d6 commit 757883a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/app/tasks/param_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void vTaskParamServer(void *pvParameters)
if (result == pdPASS)
{
/* Process interrupt from I2C ISR. */
if ((notified_value & I2C_SLAVE_NOTI_VAL_TO_I2C_RX_ISR) != 0)
if ((notified_value & NOTIFICATION_VALUE_FROM_I2C_ISR) != 0)
{
if (obdh_decode(&adr, &val, &cmd) == 0)
{
Expand Down

0 comments on commit 757883a

Please sign in to comment.