openbeacon: use the queue to write files
This commit is contained in:
parent
aa5a53716a
commit
952f7cda4c
|
@ -115,7 +115,7 @@ uint8_t openbeaconSend(void)
|
|||
strength = 0;
|
||||
#if SAVE_OPENBEACON
|
||||
if( (seq & OPENBEACON_SAVE) == OPENBEACON_SAVE )
|
||||
openbeaconSaveBlock();
|
||||
push_queue(&openbeaconSaveBlock);
|
||||
#endif
|
||||
nrf_config_set(&oldconfig);
|
||||
return status;
|
||||
|
|
Loading…
Reference in New Issue