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 397a9af commit fb0116fCopy full SHA for fb0116f
lib/nrf_modem_lib/nrf_modem_os.c
@@ -66,7 +66,7 @@ static struct thread_monitor_entry *thread_monitor_entry_get(k_tid_t id)
66
struct thread_monitor_entry *new_entry = thread_event_monitor;
67
int entry_age, oldest_entry_age = 0;
68
69
- for ( ; PART_OF_ARRAY(thread_event_monitor, entry); entry++) {
+ for ( ; PART_OF_ARRAY(thread_event_monitor, entry); ++entry) {
70
if (entry->id == id) {
71
return entry;
72
} else if (entry->id == 0) {
0 commit comments