We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e51d7 commit 6ceeb56Copy full SHA for 6ceeb56
drivers/bluetooth/hci/hci_stm32wba.c
@@ -133,7 +133,7 @@ void register_radio_event(void)
133
/* Getting next radio event time if any */
134
cmd_status = ll_intf_le_get_remaining_time_for_next_event(&next_radio_event_us);
135
UNUSED(cmd_status);
136
- __ASSERT(cmd_staus, "Unable to retrieve next radio event");
+ __ASSERT(cmd_status, "Unable to retrieve next radio event");
137
138
if (next_radio_event_us == LL_DP_SLP_NO_WAKEUP) {
139
/* No next radio event scheduled */
0 commit comments