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

Fix fixture patch address verification #1543

Merged
merged 1 commit into from Apr 1, 2024
Merged

Conversation

mxdumas
Copy link
Contributor

@mxdumas mxdumas commented Apr 1, 2024

Fix for issue #1542 .

fxAddress is 0 based (0-511). If the requested address is 511 and the unit has 1 channel, it should fit. In this case, (fxAddress = 511) + (channels = 1) == (UNIVERSE_SIZE = 512) => Should be ok.

Simply need to remove the "=" to fix the issue.

Easy fix for a first timer! Was fun to figure my way around. ;)

@coveralls
Copy link

Coverage Status

coverage: 32.084%. remained the same
when pulling dda182a on mxdumas:master
into 3b19990 on mcallegari:master.

@mcallegari mcallegari merged commit 650cb6d into mcallegari:master Apr 1, 2024
7 checks passed
@mcallegari
Copy link
Owner

Nice catch, thanks 👍

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.

None yet

3 participants