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 order of nibbles in device_id_hex #4

Merged
merged 1 commit into from
Feb 12, 2020

Conversation

nosredna
Copy link
Contributor

Fixed the ordering of nibbles so that output is consistent with hex representation of device_id bytes.

For example, decimal 57 was printing as 93, but hex representation of 57 is 0x39.

@Disasm
Copy link
Member

Disasm commented Feb 12, 2020

Oh, my bad, thank you!

@Disasm Disasm merged commit c08ff2e into stm32-rs:master Feb 12, 2020
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

2 participants