stm32-rs / stm32-device-signature

Device electronic signature 'driver' for STM32 microcontrollers
8 stars 7 forks source link

fix order of nibbles in device_id_hex #4

Closed nosredna closed 4 years ago

nosredna commented 4 years ago

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 commented 4 years ago

Oh, my bad, thank you!