diff options
| author | JF <jf@codingfield.com> | 2020-07-20 19:34:07 (GMT) |
|---|---|---|
| committer | Gitea <gitea@fake.local> | 2020-07-20 19:34:07 (GMT) |
| commit | b33ad9260026fce5d8d03080013eb96c3f7c3a3b (patch) | |
| tree | 0f51c3c077937814fb8bea088ebe5f960e350a36 /src/sdk_config.h | |
| parent | 64c14274fc2f025fc48d3df47a1640f08eb968cd (diff) | |
| parent | 55417794551211c0e86eebc661b76339d35de8ef (diff) | |
Merge branch 'develop' of JF/PineTime into master
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 e83bde4..aa1bbb3 100644 --- a/src/sdk_config.h +++ b/src/sdk_config.h @@ -5244,7 +5244,7 @@ // <e> NRFX_TWI_ENABLED - nrfx_twi - TWI peripheral driver //========================================================== #ifndef NRFX_TWI_ENABLED -#define NRFX_TWI_ENABLED 1 +#define NRFX_TWI_ENABLED 0 #endif // <q> NRFX_TWI0_ENABLED - Enable TWI0 instance @@ -5257,7 +5257,7 @@ #ifndef NRFX_TWI1_ENABLED -#define NRFX_TWI1_ENABLED 1 +#define NRFX_TWI1_ENABLED 0 #endif // <o> NRFX_TWI_DEFAULT_CONFIG_FREQUENCY - Frequency |
