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

Wrong exception message in pio_assembler.cpp #2100

Open
hlide opened this issue Nov 26, 2024 · 1 comment
Open

Wrong exception message in pio_assembler.cpp #2100

hlide opened this issue Nov 26, 2024 · 1 comment
Labels

Comments

@hlide
Copy link

hlide commented Nov 26, 2024

throw syntax_error(l, "clock divider must be between 1 and 65546");

Should be 65536, not 65546.

@lurch
Copy link
Contributor

lurch commented Nov 26, 2024

Haha whoops. Feel free to create a PR against the develop branch.

@lurch lurch added the pioasm label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants