
5 Mar
2024
5 Mar
'24
7:19 p.m.
On Mon, Mar 4, 2024 at 1:04 PM Benjamin Hahn B.Hahn@phytec.de wrote:
ret = phytec_get_rev(NULL);
if (ret >= 3 && ret != PHYTEC_EEPROM_INVAL) {
u8 rev = phytec_get_rev(NULL);
u8 somtyp = phytec_get_som_type(NULL);
Nitpick: Better to spell out 'somtype' or 'som_type' to make it clearer.
"typ" usually means 'typical'.