Bluetooth: Controller: Correct PPI->Timer start delay for simulation
In the simulated bsim boards there is no jittery delay from a (D)PPI event until a TIMER starts. The timer starts instantaneously so we do not need to compensate for it. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
82a47cc06d
commit
6622f0b3aa
1 changed files with 4 additions and 0 deletions
|
@ -86,4 +86,8 @@
|
|||
#endif
|
||||
|
||||
/* This is delay between PPI task START and timer actual start counting. */
|
||||
#if !defined(CONFIG_SOC_SERIES_BSIM_NRFXX)
|
||||
#define HAL_RADIO_TMR_START_DELAY_US 1U
|
||||
#else /* For simulated targets there is no delay for the PPI task -> TIMER start */
|
||||
#define HAL_RADIO_TMR_START_DELAY_US 0U
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue