Version number inconsitent in https://github.com/NordicSemiconductor/nrfx/blob/v3.3.0/templates/nrfx_config_common.h

Hi, the latest version tag in the NordicSemiconductor/nrfx repository is v3.3.0 but in 'templates/nrfx_config_common.h' the minor version is set to '1', which causes problems at least when using the function nrfx_i2s_start() in 'drivers/src/nrfx_i2s.c' and possibly at other code locations too.

Is the version in nrfx_config_common.h set to 3.1.0 by intention?

Thanks in advance

Lukas

Related