Skip to content

Commit 08190ae

Browse files
committed
Merge branch 'granbery/preset_atomic' of github.com:hasty/connectedhomeip into granbery/preset_atomic
# Conflicts: # examples/thermostat/thermostat-common/src/atomic-write-manager.cpp
2 parents 84ddee2 + c522171 commit 08190ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/thermostat/thermostat-common/src/atomic-write-manager.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ ScopedNodeId GetSourceScopedNodeId(CommandHandler * commandObj)
190190
* @brief Schedules a timer for the given timeout in milliseconds.
191191
*
192192
* @param[in] endpoint The endpoint to use.
193-
* @param[in] timeoutMilliseconds The timeout in milliseconds.
193+
* @param[in] timeout The timeout in milliseconds.
194194
*/
195195
void ThermostatAtomicWriteManager::ScheduleTimer(EndpointId endpoint, System::Clock::Milliseconds16 timeout)
196196
{
@@ -463,7 +463,7 @@ bool ThermostatAtomicWriteManager::CommitWrite(chip::app::CommandHandler * comma
463463
if (status == Status::Failure)
464464
{
465465
// Either one of the calls to OnPreCommitWrite failed, or one of the calls to OnCommitWrite failed; in the former case,
466-
// discard any pending writes Do the same for the latter, knowing that the server may be in an inconsistent state
466+
// discard any pending writes. Do the same for the latter, knowing that the server may be in an inconsistent state
467467
for (auto & attributeStatus : attributeStatuses)
468468
{
469469
mDelegate->OnRollbackWrite(endpoint, attributeStatus.attributeID);

0 commit comments

Comments
 (0)