drivers/flash/soc_flash_nrf: Rename config option SOC_FLASH_NRF_RADIO_SYNC
Call it SOC_FLASH_NRF_RADIO_SYNC_TICKER so it is not too generic. Signed-off-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@nordicsemi.no>
This commit is contained in:
parent
70c5371666
commit
d27c32efc3
7 changed files with 10 additions and 10 deletions
|
@ -110,7 +110,7 @@
|
|||
#define BT_CONN_TICKER_NODES 0
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_SOC_FLASH_NRF_RADIO_SYNC)
|
||||
#if defined(CONFIG_SOC_FLASH_NRF_RADIO_SYNC_TICKER)
|
||||
#define FLASH_TICKER_NODES 2 /* No. of tickers reserved for flashing */
|
||||
#define FLASH_TICKER_USER_APP_OPS 1 /* No. of additional ticker operations */
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue