Skip to content

Commit

Permalink
spacer: fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelmachek committed Nov 27, 2024
1 parent 0df0d1a commit 2153a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/spacer/spacer.app.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ let graw = {
this.sys += 1;
if (this.sys == 4)
this.sys = 0;
val = 7;
let val = 7;
if (this.sys)
val = 1 << (this.sys - 1);
this.casic_cmd("$PCAS04,"+val);
Expand Down

0 comments on commit 2153a2b

Please sign in to comment.