compile error of bluetooth esb ptx sample

I cannot get the esb ptx sample to compile on NRF52833 device when using VS Code v1.64.2 running windows 10 64bit .

I've installed everything according to videos, and when attempting to compile the Bluetooth sample, i'm getting the following error:

In file included from C:\Users\idan.bismut\ncs\v1.9.1\nrf\subsys\esb\esb.c:10:
C:\Users\idan.bismut\ncs\v1.9.1\nrf\include\esb.h:122:24: error: 'RADIO_MODE_MODE_Nrf_250Kbit' undeclared here (not in a function); did you mean 'RADIO_MODE_MODE_Nrf_2Mbit'?
  122 |  ESB_BITRATE_250KBPS = RADIO_MODE_MODE_Nrf_250Kbit,
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                        RADIO_MODE_MODE_Nrf_2Mbit

how do i fix this one ?

Parents Reply Children
No Data
Related