modules: hal: nordic: Update the module revision

Update the module revision so that the following commits become
effective:

* nrfx_config: Use common mappings of Kconfig options to nrfx macros
* nrfx_config: Unify the way of enabling instances in nrfx drivers
* nrfx_config: Add missing mappings of Kconfig option symbols
* CMakeLists: Add missing inclusions of driver implementation files

The above changes require a minor correction in the nrf91/soc.h file,
so it is also modified in this commit.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
Andrzej Głąbek 2019-09-06 11:12:08 +02:00 committed by Carles Cufí
commit 916bf0e682
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
#include <generated_dts_board.h>
/* Add include for peripheral base address mappings */
#include <nrfx_config_nrf9160.h>
#include <nrfx_config.h>
#endif /* !_ASMLANGUAGE */