Remove romfs limitation note from osGetSystemVersionData
This commit is contained in:
parent
d72842f898
commit
191e286283
@ -161,7 +161,6 @@ void osSetSpeedupEnable(bool enable);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Gets the NAND system-version stored in NVer/CVer.
|
* @brief Gets the NAND system-version stored in NVer/CVer.
|
||||||
* The romfs device must not be already initialized(via romfsInit*()) at the time this function is called, since this code uses the romfs device.
|
|
||||||
* @param nver_versionbin Output OS_VersionBin structure for the data read from NVer.
|
* @param nver_versionbin Output OS_VersionBin structure for the data read from NVer.
|
||||||
* @param cver_versionbin Output OS_VersionBin structure for the data read from CVer.
|
* @param cver_versionbin Output OS_VersionBin structure for the data read from CVer.
|
||||||
* @return The result-code. This value can be positive if opening "romfs:/version.bin" fails with stdio, since errno would be returned in that case. In some cases the error can be special negative values as well.
|
* @return The result-code. This value can be positive if opening "romfs:/version.bin" fails with stdio, since errno would be returned in that case. In some cases the error can be special negative values as well.
|
||||||
|
Loading…
Reference in New Issue
Block a user