File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 43
43
nrf_nvic_state_t nrf_nvic_state = { 0 };
44
44
45
45
// Flag indicating progress of internal flash operation.
46
- sd_flash_operation_status_t sd_flash_operation_status ;
46
+ volatile sd_flash_operation_status_t sd_flash_operation_status ;
47
47
48
48
__attribute__((aligned (4 )))
49
49
static uint8_t m_ble_evt_buf [sizeof (ble_evt_t ) + (BLE_GATT_ATT_MTU_DEFAULT )];
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ typedef enum {
59
59
} sd_flash_operation_status_t ;
60
60
61
61
// Flag indicating progress of internal flash operation.
62
- extern sd_flash_operation_status_t sd_flash_operation_status ;
62
+ extern volatile sd_flash_operation_status_t sd_flash_operation_status ;
63
63
64
64
typedef struct ble_drv_evt_handler_entry {
65
65
struct ble_drv_evt_handler_entry * next ;
You can’t perform that action at this time.
0 commit comments