tillitis / tkey-libs

TKey device libs
GNU General Public License v2.0
4 stars 2 forks source link

Missing const in qemu_hexdump #6

Closed niels-moller closed 1 year ago

niels-moller commented 1 year ago

I think signature should be

void qemu_hexdump(const uint8_t *buf, int len)

but currently, the const is missing.

dehanj commented 1 year ago

Thanks for the feedback @niels-moller

This is included in #22.