Skip to content

Commit 660400f

Browse files
Yogesh Pandeteetak01
authored andcommitted
Cleaning up unreachable links
1 parent 07403c2 commit 660400f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ int main(void)
232232
#endif // MBED_CLOUD_CLIENT_SUPPORT_UPDATE
233233

234234
cloud_client->add_objects(m2m_obj_list);
235-
cloud_client->setup(network); // cloud_client->setup(NULL); -- https://jira.arm.com/browse/IOTCLT-3114
235+
cloud_client->setup(network);
236236

237237
t.start(callback(&queue, &EventQueue::dispatch_forever));
238238
queue.call_every(5000, value_increment);

0 commit comments

Comments
 (0)