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/05/24 13:11:43 UTC

[GitHub] MariuszSkamra commented on a change in pull request #112: porting: Fixes for compilation errors

MariuszSkamra commented on a change in pull request #112: porting: Fixes for compilation errors
URL: https://github.com/apache/mynewt-nimble/pull/112#discussion_r190579431
 
 

 ##########
 File path: nimble/host/src/ble_gap.c
 ##########
 @@ -3584,7 +3584,7 @@ ble_gap_ext_connect(uint8_t own_addr_type, const ble_addr_t *peer_addr,
     }
 
     if (duration_ms != BLE_HS_FOREVER) {
-        rc = os_time_ms_to_ticks(duration_ms, &duration_ticks);
+        rc = ble_npl_time_ms_to_ticks(duration_ms, &duration_ticks);
 
 Review comment:
   good

----------------------------------------------------------------
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