Skip to content

Commit f2b8836

Browse files
committed
Apply same resolution fix to nRF52832 targets
1 parent b08a26b commit f2b8836

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/config

1 file changed

+1
-1
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/config/sdk_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3124,7 +3124,7 @@
31243124
// <3=> 14 bit
31253125

31263126
#ifndef NRFX_SAADC_CONFIG_RESOLUTION
3127-
#define NRFX_SAADC_CONFIG_RESOLUTION 1
3127+
#define NRFX_SAADC_CONFIG_RESOLUTION 2
31283128
#endif
31293129

31303130
// <o> NRFX_SAADC_CONFIG_OVERSAMPLE - Sample period

0 commit comments

Comments
 (0)