Skip to content

Commit 1919094

Browse files
Fixing Typo in the code sample to register a pnp device
1 parent e363968 commit 1919094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-pnp/concepts-developer-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ interfaces[1] = deviceInfoInterfaceHandle;
169169
result = DigitalTwin_DeviceClient_RegisterInterfacesAsync(
170170
digitalTwinClientHandle, // The handle for the connection to Azure IoT
171171
"urn:example:Thermostat_T_1000:1",
172-
interfaceHandleList, 2,
172+
interfaces, 2,
173173
null, null);
174174
```
175175

0 commit comments

Comments
 (0)