Hi,
Trying to add DFU service on the new SDK, but when compiling getting this:
compiling nrf_dfu_flash.c...
..\..\..\..\..\..\components\libraries\bootloader\dfu\nrf_dfu_flash.c(173): error: #136: union "<unnamed>" has no field "p_data"
.p_data = p_dest
..\..\..\..\..\..\components\libraries\bootloader\dfu\nrf_dfu_flash.c(247): error: #136: union "<unnamed>" has no field "last_page"
.last_page = ((uint32_t)p_dest / CODE_PAGE_SIZE)
..\..\..\..\..\..\components\libraries\bootloader\dfu\nrf_dfu_flash.c: 0 warnings, 2 errors
compiling nrf_dfu_settings.c...
..\..\..\..\..\..\components\libraries\bootloader\dfu\nrf_dfu_settings.c(144): error: #20: identifier "NRF_DFU_SETTINGS_VERSION" is undefined
s_dfu_settings.settings_version = NRF_DFU_SETTINGS_VERSION;
..\..\..\..\..\..\components\libraries\bootloader\dfu\nrf_dfu_settings.c: 0 warnings, 1 error
compiling nrf_log_backend_serial.c...
Any idea?