Skip to content

Commit

Permalink
Fix pill pairing unable to proceed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Chen committed Jan 15, 2015
1 parent 577e234 commit d89360d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion morpheus/message_ble.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ MSG_Status message_ble_pill_pairing_begin(MSG_Data_t* account_id_page)
// Send notification to ANT? Actually at this time ANT can just send back device id without being notified.
#ifdef HAS_CC3200
PRINTS("Waiting the pill to reply...\r\n");
if(!self.timer_id)
if( self.timer_id )
{
// One minute timeout
if(NRF_SUCCESS == app_timer_start(self.timer_id, APP_PILL_PAIRING_TIMEOUT_INTERVAL, NULL))
Expand Down

0 comments on commit d89360d

Please sign in to comment.