Skip to content

Commit

Permalink
firmware: device: antenna: Removingdouble return bug #334
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelboing committed Aug 15, 2023
1 parent c4f2181 commit 096397c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion firmware/devices/antenna/antenna.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ int antenna_deploy(uint32_t timeout_ms)
err++;
}

return err;
#else
sys_log_print_event_from_module(SYS_LOG_ERROR, ANTENNA_MODULE_NAME, "No driver to read the status!");
sys_log_new_line();
Expand Down

0 comments on commit 096397c

Please sign in to comment.