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.
Diff: mbed-connector-interface/Options.h
- Revision:
- 15:c11dbe4d354c
- Parent:
- 12:d0e61bac8c27
- Child:
- 19:56f958475694
diff -r d9ce4e56684e -r c11dbe4d354c mbed-connector-interface/Options.h --- a/mbed-connector-interface/Options.h Thu Jun 09 19:05:18 2016 +0000 +++ b/mbed-connector-interface/Options.h Fri Jun 10 17:09:56 2016 +0000 @@ -270,10 +270,10 @@ bool m_enable_get_obs_control; // Endpoint Resources - DeviceResourcesList m_device_resources; - StaticResourcesList m_static_resources; - DynamicResourcesList m_dynamic_resources; - ResourceObserversList m_resource_observers; + DeviceResourcesList m_device_resources; + StaticResourcesList m_static_resources; + DynamicResourcesList m_dynamic_resources; + ResourceObserversList m_resource_observers; }; } // namespace Connector