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