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 440fbfd commit ea0f486Copy full SHA for ea0f486
features/nanostack/nanostack-hal-mbed-cmsis-rtos/arm_hal_fhss_timer.cpp
@@ -138,8 +138,9 @@ static uint32_t platform_fhss_get_remaining_slots(void (*callback)(const fhss_ap
138
platform_exit_critical();
139
return 0;
140
}
141
+ uint32_t remaining_slots = fhss_tim->stop_time - read_current_time();
142
- return fhss_tim->stop_time - read_current_time();
143
+ return remaining_slots;
144
145
146
static uint32_t platform_fhss_timestamp_read(const fhss_api_t *api)
0 commit comments