Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajmund Szymański committed Apr 1, 2023
1 parent acbf873 commit 93bf384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tsk_suspend.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ void producer( void );

tsk_t cons = TSK_INIT(consumer);
tsk_t prod = TSK_INIT(producer);
tmr_t tmr = 0;
tmr_t tmr = TMR_INIT();

void consumer( void )
{
Expand Down

0 comments on commit 93bf384

Please sign in to comment.