There is a typo in the following debug info. Instead of NPN, it should be NPH(Number of Parameter Header), which specifies the number of parameter headers in the SFDP data structure.
|
SFUD_DEBUG("Check SFDP header is OK. The reversion is V%d.%d, NPN is %d.", sfdp->major_rev, sfdp->minor_rev, |
|
header[6]); |
There is a typo in the following debug info. Instead of NPN, it should be NPH(Number of Parameter Header), which specifies the number of parameter headers in the SFDP data structure.
SFUD/sfud/src/sfud_sfdp.c
Lines 131 to 132 in 1469249