update docs again

This commit is contained in:
TurtleP 2021-04-02 00:15:27 -04:00
parent 129f44fad1
commit c8168a9f9f

View File

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