SOEM icon indicating copy to clipboard operation
SOEM copied to clipboard

fix: add missing parameters to printf

Open HenrikCohrs opened this issue 8 months ago • 0 comments

This commit adds the missing parameters to the printf() in void eepromtool(). Alias is cast to unsigned, as %x expects an unsigned int.

HenrikCohrs avatar May 29 '24 11:05 HenrikCohrs