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:
Alberto Escolar Piedras 2018-10-03 16:55:04 +02:00 committed by Anas Nashif
commit 10bd2e6eef

View file

@ -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