forked from glen/dyna3
Get the read-only set point signal more simply
This commit is contained in:
parent
c54b6bc165
commit
befadd25c9
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ impl Assembly {
|
|||
}
|
||||
);
|
||||
let set_point_writable = create_signal(None);
|
||||
let set_point = set_point_writable.split().0;
|
||||
let set_point = *set_point_writable;
|
||||
self.insert_regulator(Regulator {
|
||||
subjects: subjects,
|
||||
measurement: measurement,
|
||||
|
|
Loading…
Add table
Reference in a new issue