Skip to content

Commit

Permalink
Add brackets to timer time override.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Cole committed Apr 24, 2024
1 parent aac8df6 commit 41b4421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YSI_Coding/y_timers/y_timers_macros.inc
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Optional plugins:
#define J@=0,I@=-1,Timer:@Yq:_@yT[%4] J@=(%4),I@=-1,Timer:@Yq:_@yT

// Custom time.
#define @Yq:%0[%1](%2) I@=Timer:%1,Timer:%0(%2)
#define @Yq:%0[%1](%2) I@=Timer:(%1),Timer:%0(%2)

#define STOP__%0; {_Timer_F((%0),1);}

Expand Down

0 comments on commit 41b4421

Please sign in to comment.