You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/11/01 03:43:33 UTC

[GitHub] mehulhirpara commented on a change in pull request #230: [porting][linux] Add support for BLE Mesh app on linux platform

mehulhirpara commented on a change in pull request #230: [porting][linux] Add support for BLE Mesh app on linux platform
URL: https://github.com/apache/mynewt-nimble/pull/230#discussion_r229931604
 
 

 ##########
 File path: nimble/host/mesh/src/testing.c
 ##########
 @@ -97,7 +97,7 @@ void bt_test_print_credentials(void)
 	struct bt_mesh_subnet *sub;
 	struct bt_mesh_app_key *app_key;
 
-	console_printf("IV Index: %08lx\n", bt_mesh.iv_index);
+	console_printf("IV Index: %08lx\n", (long) bt_mesh.iv_index);
 
 Review comment:
   yeah, I am building it on 64bit machine. I'll create separate commit for this change and remove it form here.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services