Skip to content

Remove the unneeded function

The function dynamically loads a static value into a structure that is used by all nodes. Some failure to load in the code was resulting in application crash.

Used static value in all times instead. If in the future there is a need to dynamically change the registers at runtime (highly unlikely?) then we can re-add this mechanism.

It messes with some basic structures from the API so more testing on other setups would be extremely welcome. Remember to drink water 😄

Merge request reports

Loading