1
0
Fork 0

spacer: fix warning

master
Pavel Machek 2024-11-27 22:19:45 +01:00
parent 0df0d1acfb
commit 2153a2b349
1 changed files with 1 additions and 1 deletions

View File

@ -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);