Skip to content

Commit 28f991a

Browse files
author
Antti Yli-Tokola
authored
Merge pull request #48 from ARMmbed/DeviceID
Print out Device ID instead of Id
2 parents 9c6cc7e + 6032ded commit 28f991a

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
@@ -41,7 +41,7 @@ void print_client_ids(void)
4141
{
4242
printf("Account ID: %s\n", cloud_client->endpoint_info()->account_id.c_str());
4343
printf("Endpoint name: %s\n", cloud_client->endpoint_info()->internal_endpoint_name.c_str());
44-
printf("Device Id: %s\n\n", cloud_client->endpoint_info()->endpoint_name.c_str());
44+
printf("Device ID: %s\n\n", cloud_client->endpoint_info()->endpoint_name.c_str());
4545
}
4646

4747
void button_press(void)

0 commit comments

Comments
 (0)