File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
Microchip/ATSAME54-XPRO/app
STMicroelectronics/STM32L4_L4+/app Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -339,9 +339,9 @@ UINT azure_iot_nx_client_entry(
339339 }
340340
341341#ifdef ENABLE_DPS
342- azure_iot_nx_client_dps_create (& azure_iot_nx_client , IOT_DPS_ID_SCOPE , IOT_DPS_REGISTRATION_ID );
342+ status = azure_iot_nx_client_dps_create (& azure_iot_nx_client , IOT_DPS_ID_SCOPE , IOT_DPS_REGISTRATION_ID );
343343#else
344- azure_iot_nx_client_hub_create (& azure_iot_nx_client , IOT_HUB_HOSTNAME , IOT_HUB_DEVICE_ID );
344+ status = azure_iot_nx_client_hub_create (& azure_iot_nx_client , IOT_HUB_HOSTNAME , IOT_HUB_DEVICE_ID );
345345#endif
346346 if (status != NX_SUCCESS )
347347 {
Original file line number Diff line number Diff line change @@ -230,9 +230,9 @@ UINT azure_iot_nx_client_entry(
230230 }
231231
232232#ifdef ENABLE_DPS
233- azure_iot_nx_client_dps_create (& azure_iot_nx_client , IOT_DPS_ID_SCOPE , IOT_DPS_REGISTRATION_ID );
233+ status = azure_iot_nx_client_dps_create (& azure_iot_nx_client , IOT_DPS_ID_SCOPE , IOT_DPS_REGISTRATION_ID );
234234#else
235- azure_iot_nx_client_hub_create (& azure_iot_nx_client , IOT_HUB_HOSTNAME , IOT_HUB_DEVICE_ID );
235+ status = azure_iot_nx_client_hub_create (& azure_iot_nx_client , IOT_HUB_HOSTNAME , IOT_HUB_DEVICE_ID );
236236#endif
237237 if (status != NX_SUCCESS )
238238 {
Original file line number Diff line number Diff line change @@ -224,9 +224,9 @@ UINT azure_iot_nx_client_entry(
224224 }
225225
226226#ifdef ENABLE_DPS
227- azure_iot_nx_client_dps_create (& azure_iot_nx_client , IOT_DPS_ID_SCOPE , IOT_DPS_REGISTRATION_ID );
227+ status = azure_iot_nx_client_dps_create (& azure_iot_nx_client , IOT_DPS_ID_SCOPE , IOT_DPS_REGISTRATION_ID );
228228#else
229- azure_iot_nx_client_hub_create (& azure_iot_nx_client , IOT_HUB_HOSTNAME , IOT_HUB_DEVICE_ID );
229+ status = azure_iot_nx_client_hub_create (& azure_iot_nx_client , IOT_HUB_HOSTNAME , IOT_HUB_DEVICE_ID );
230230#endif
231231 if (status != NX_SUCCESS )
232232 {
Original file line number Diff line number Diff line change @@ -224,9 +224,9 @@ UINT azure_iot_nx_client_entry(
224224 }
225225
226226#ifdef ENABLE_DPS
227- azure_iot_nx_client_dps_create (& azure_iot_nx_client , IOT_DPS_ID_SCOPE , IOT_DPS_REGISTRATION_ID );
227+ status = azure_iot_nx_client_dps_create (& azure_iot_nx_client , IOT_DPS_ID_SCOPE , IOT_DPS_REGISTRATION_ID );
228228#else
229- azure_iot_nx_client_hub_create (& azure_iot_nx_client , IOT_HUB_HOSTNAME , IOT_HUB_DEVICE_ID );
229+ status = azure_iot_nx_client_hub_create (& azure_iot_nx_client , IOT_HUB_HOSTNAME , IOT_HUB_DEVICE_ID );
230230#endif
231231 if (status != NX_SUCCESS )
232232 {
Original file line number Diff line number Diff line change @@ -233,9 +233,9 @@ UINT azure_iot_nx_client_entry(
233233 }
234234
235235#ifdef ENABLE_DPS
236- azure_iot_nx_client_dps_create (& azure_iot_nx_client , IOT_DPS_ID_SCOPE , IOT_DPS_REGISTRATION_ID );
236+ status = azure_iot_nx_client_dps_create (& azure_iot_nx_client , IOT_DPS_ID_SCOPE , IOT_DPS_REGISTRATION_ID );
237237#else
238- azure_iot_nx_client_hub_create (& azure_iot_nx_client , IOT_HUB_HOSTNAME , IOT_HUB_DEVICE_ID );
238+ status = azure_iot_nx_client_hub_create (& azure_iot_nx_client , IOT_HUB_HOSTNAME , IOT_HUB_DEVICE_ID );
239239#endif
240240 if (status != NX_SUCCESS )
241241 {
Original file line number Diff line number Diff line change @@ -319,9 +319,9 @@ UINT azure_iot_nx_client_entry(
319319 }
320320
321321#ifdef ENABLE_DPS
322- azure_iot_nx_client_dps_create (& azure_iot_nx_client , IOT_DPS_ID_SCOPE , IOT_DPS_REGISTRATION_ID );
322+ status = azure_iot_nx_client_dps_create (& azure_iot_nx_client , IOT_DPS_ID_SCOPE , IOT_DPS_REGISTRATION_ID );
323323#else
324- azure_iot_nx_client_hub_create (& azure_iot_nx_client , IOT_HUB_HOSTNAME , IOT_HUB_DEVICE_ID );
324+ status = azure_iot_nx_client_hub_create (& azure_iot_nx_client , IOT_HUB_HOSTNAME , IOT_HUB_DEVICE_ID );
325325#endif
326326 if (status != NX_SUCCESS )
327327 {
Original file line number Diff line number Diff line change @@ -221,9 +221,9 @@ UINT azure_iot_nx_client_entry(
221221 }
222222
223223#ifdef ENABLE_DPS
224- azure_iot_nx_client_dps_create (& azure_iot_nx_client , IOT_DPS_ID_SCOPE , IOT_DPS_REGISTRATION_ID );
224+ status = azure_iot_nx_client_dps_create (& azure_iot_nx_client , IOT_DPS_ID_SCOPE , IOT_DPS_REGISTRATION_ID );
225225#else
226- azure_iot_nx_client_hub_create (& azure_iot_nx_client , IOT_HUB_HOSTNAME , IOT_HUB_DEVICE_ID );
226+ status = azure_iot_nx_client_hub_create (& azure_iot_nx_client , IOT_HUB_HOSTNAME , IOT_HUB_DEVICE_ID );
227227#endif
228228 if (status != NX_SUCCESS )
229229 {
You can’t perform that action at this time.
0 commit comments