Fixed variable name typo, renamed hal.stream.disable to hal.stream.disable_rx

This commit is contained in:
Terje Io
2021-11-01 08:40:55 +01:00
parent 6fe592cd2c
commit 82d42f4fa4
11 changed files with 25 additions and 18 deletions
+1 -1
View File
@@ -2569,7 +2569,7 @@ status_code_t gc_execute_block(char *block)
break;
case 66:
sys.var5933 = hal.port.wait_on_input(gc_block.output_command.is_digital, gc_block.output_command.port, (wait_mode_t)gc_block.values.l, gc_block.values.q);
sys.var5399 = hal.port.wait_on_input(gc_block.output_command.is_digital, gc_block.output_command.port, (wait_mode_t)gc_block.values.l, gc_block.values.q);
sys.report.m66result = On;
break;