diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-04-09 19:17:03 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-04-09 19:17:03 (GMT) |
| commit | eb769fb60ecb8f96ecf6901082ec3f0610842af8 (patch) | |
| tree | c26870103f8baaa933399cfb86cca25aa7e60d8b /src/sdk_config.h | |
| parent | 57b4c3f0edc6acfa31bd2160abdcd6091920ba63 (diff) | |
| parent | 15b3b8e282dd5b2132b0095716cd9d88740d4579 (diff) | |
Merge branch 'motion-sensor' into develop
Diffstat (limited to 'src/sdk_config.h')
| -rw-r--r-- | src/sdk_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sdk_config.h b/src/sdk_config.h index aa1bbb3..bc97ef1 100644 --- a/src/sdk_config.h +++ b/src/sdk_config.h @@ -4992,7 +4992,7 @@ // <e> NRFX_TWIM_ENABLED - nrfx_twim - TWIM peripheral driver //========================================================== #ifndef NRFX_TWIM_ENABLED -#define NRFX_TWIM_ENABLED 0 +#define NRFX_TWIM_ENABLED 1 #endif // <q> NRFX_TWIM0_ENABLED - Enable TWIM0 instance @@ -5005,7 +5005,7 @@ #ifndef NRFX_TWIM1_ENABLED -#define NRFX_TWIM1_ENABLED 0 +#define NRFX_TWIM1_ENABLED 1 #endif // <o> NRFX_TWIM_DEFAULT_CONFIG_FREQUENCY - Frequency |
