drivers: timer nRF: use new BabbleSim config option
The simulator symbol was renamed. Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
This commit is contained in:
parent
30fbf56a7a
commit
10bd2e6eef
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
/* Minimum delta between current counter and CC register that the RTC is able
|
||||
* to handle
|
||||
*/
|
||||
#if defined(CONFIG_SOC_SERIES_NWTSIM_NRFXX)
|
||||
#if defined(CONFIG_SOC_SERIES_BSIM_NRFXX)
|
||||
#define RTC_MIN_DELTA 1
|
||||
#else
|
||||
#define RTC_MIN_DELTA 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue