Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: config/ConfigurationSynchronization.cpp
- Revision:
- 92:48069375dffa
- Parent:
- 77:f6717e4eccc4
- Child:
- 93:0acd11870c6a
diff -r 423177e8a401 -r 48069375dffa config/ConfigurationSynchronization.cpp --- a/config/ConfigurationSynchronization.cpp Fri Mar 20 13:55:21 2015 +0000 +++ b/config/ConfigurationSynchronization.cpp Fri Mar 20 14:27:10 2015 +0000 @@ -6,9 +6,9 @@ #include "logging.h" ConfigurationSynchronization::ConfigurationSynchronization(AbstractSmartRest& client, SmartRestTemplate& tpl, long& deviceId, DeviceMemory& deviceMemory, DeviceConfiguration& deviceConfiguration, ConfigurationProperties& configurationProperties) : - _client(client), + _deviceId(deviceId), _tpl(tpl), - _deviceId(deviceId), + _client(client), _deviceMemory(deviceMemory), _deviceConfiguration(deviceConfiguration), _configurationProperties(configurationProperties)