mirror of https://github.com/ARMmbed/mbed-os.git
Apply same resolution fix to nRF52832 targets
parent
b08a26bfa0
commit
f2b88362fb
|
|
@ -3124,7 +3124,7 @@
|
|||
// <3=> 14 bit
|
||||
|
||||
#ifndef NRFX_SAADC_CONFIG_RESOLUTION
|
||||
#define NRFX_SAADC_CONFIG_RESOLUTION 1
|
||||
#define NRFX_SAADC_CONFIG_RESOLUTION 2
|
||||
#endif
|
||||
|
||||
// <o> NRFX_SAADC_CONFIG_OVERSAMPLE - Sample period
|
||||
|
|
|
|||
Loading…
Reference in New Issue