openbeacon: use the queue to write files

This commit is contained in:
schneider 2011-12-20 02:57:33 +01:00
parent aa5a53716a
commit 952f7cda4c
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ uint8_t openbeaconSend(void)
strength = 0; strength = 0;
#if SAVE_OPENBEACON #if SAVE_OPENBEACON
if( (seq & OPENBEACON_SAVE) == OPENBEACON_SAVE ) if( (seq & OPENBEACON_SAVE) == OPENBEACON_SAVE )
openbeaconSaveBlock(); push_queue(&openbeaconSaveBlock);
#endif #endif
nrf_config_set(&oldconfig); nrf_config_set(&oldconfig);
return status; return status;