Skip to content

Commit

Permalink
Fix documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dinglamazon committed Oct 22, 2021
1 parent 7b4883b commit 43edcab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/clusters/mode-select-server/supported-modes-manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ class SupportedModesManager

/**
* Given the endpointId and a mode value, find the ModeOptionStruct that matches the mode.
* @param endpointId
* @param mode
* @param dataPtr
* @param endpointId The endpoint for which to search the ModeOptionStruct.
* @param mode The mode for which to search the ModeOptionStruct.
* @param dataPtr The pointer to receive the ModeOptionStruct, if one is found.
* @return
*/
virtual EmberAfStatus getModeOptionByMode(EndpointId endpointId, uint8_t mode, const ModeOptionStructType *& dataPtr) const = 0;
Expand Down

0 comments on commit 43edcab

Please sign in to comment.