Skip to content

Commit

Permalink
minor fix in Contiki PAL generator script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Bernauer committed Sep 25, 2012
1 parent 9c29cb4 commit b30338a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications/contiki/tc/pal.jinja.c
Expand Up @@ -155,6 +155,7 @@ static void* event_handler(process_event_t ev, process_data_t data)
if (0) {
} else if (ev == PROCESS_EVENT_CONTINUE
&& data == &tc_condition_signal
&& thread->ctx.tc_condition_wait.frame->cond != NULL
&& thread->ctx.tc_condition_wait.frame->cond->waiting == false) {
} else {
ASSERT(false);
Expand Down

0 comments on commit b30338a

Please sign in to comment.