Skip to content

Commit

Permalink
boilerFrameOperation() minuteCount arg should be const &
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHD committed Nov 5, 2017
1 parent 1e257f8 commit cf38e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/OTRadioLink/utility/OTRadioLink_Messaging.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ bool relayFrameOperation(const OTFrameData_T &fd)
* TODO better description of this.
* @retval True if call for heat handled. False if percentOpen is invalid.
*/
template <typename bh_t, bh_t &bh, uint8_t &minuteCount>
template <typename bh_t, bh_t &bh, uint8_t const &minuteCount>
bool boilerFrameOperation(const OTFrameData_T &fd)
{
const uint8_t * const db = fd.decryptedBody;
Expand Down

0 comments on commit cf38e65

Please sign in to comment.