Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplifies usage of REF_TO AxoStep #369

Merged
merged 2 commits into from
Apr 11, 2024
Merged

Simplifies usage of REF_TO AxoStep #369

merged 2 commits into from
Apr 11, 2024

Conversation

PTKu
Copy link
Member

@PTKu PTKu commented Apr 11, 2024

The most significant changes involve the simplification of variable usage and the reorganization of variable declarations. The variables _refBeforeStep, _refCurrentStep, and _refAfterStep were replaced with a single variable _refStep, which is now used for all three steps. This change was reflected in the method where these steps are set. Additionally, the variable _closeCycleCounter was repositioned in the variable declarations.

Necessary because when built for 1500 targets the library reported an error at compilation (REF_TO AxoStep already in use). Not sure about the reason, but simplifying serves the purpose.

…sage and the reorganization of variable declarations. The variables `_refBeforeStep`, `_refCurrentStep`, and `_refAfterStep` were replaced with a single variable `_refStep`, which is now used for all three steps. This change was reflected in the method where these steps are set. Additionally, the variable `_closeCycleCounter` was repositioned in the variable declarations.
@PTKu PTKu merged commit c283578 into dev-2311 Apr 11, 2024
@PTKu PTKu deleted the library-target-selector branch April 11, 2024 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant