Skip to content

eds: Fix typo in manufacturer_idices → manufacturer_indices#642

Open
bizfsc wants to merge 1 commit intocanopen-python:masterfrom
bizfsc:fix/typo-manufacturer-indices
Open

eds: Fix typo in manufacturer_idices → manufacturer_indices#642
bizfsc wants to merge 1 commit intocanopen-python:masterfrom
bizfsc:fix/typo-manufacturer-indices

Conversation

@bizfsc
Copy link
Copy Markdown

@bizfsc bizfsc commented Apr 28, 2026

Fix a typo in export_eds(): rename manufacturer_idicesmanufacturer_indices (3 occurrences).

Also replaces x in range(0x2000, 0x6000) with 0x2000 <= x < 0x6000 for clarity and minor performance improvement.

Extracted from #615 to keep that PR focused on the custom options feature.

Also use comparison instead of range() for a minor performance
improvement.
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