update docs to mention SetSysProductModel

This commit is contained in:
TurtleP 2021-04-02 00:08:45 -04:00
parent a8e3a6c63b
commit 129f44fad1

View File

@ -1401,7 +1401,7 @@ Result setsysSetDeviceNickname(const SetSysDeviceNickName *nickname);
/** /**
* @brief GetProductModel * @brief GetProductModel
* @param[out] out Output ProductModel. * @param[out] out Output SetSysProductModel.
*/ */
Result setsysGetProductModel(SetSysProductModel *model); Result setsysGetProductModel(SetSysProductModel *model);