Merge pull request #11062 from AGlass0fMilk/fix-nrf52-saadc-res-again

Fix SAADC resolution for nRF52-based targets... again
pull/11090/head
Seppo Takalo 2019-07-22 15:30:11 +03:00 committed by GitHub
commit 13873f388c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5063,7 +5063,7 @@
// <3=> 14 bit
#ifndef SAADC_CONFIG_RESOLUTION
#define SAADC_CONFIG_RESOLUTION 1
#define SAADC_CONFIG_RESOLUTION 2
#endif
// <o> SAADC_CONFIG_OVERSAMPLE - Sample period

View File

@ -5063,7 +5063,7 @@
// <3=> 14 bit
#ifndef SAADC_CONFIG_RESOLUTION
#define SAADC_CONFIG_RESOLUTION 1
#define SAADC_CONFIG_RESOLUTION 2
#endif
// <o> SAADC_CONFIG_OVERSAMPLE - Sample period