commit | 530db5154e94a8711e452ea1b05bec27b63074d0 | [log] [tgz] |
---|---|---|
author | Crist Xu <crist.xu@nxp.com> | Mon Jun 21 22:17:53 2021 +0800 |
committer | Maureen Helm <maureen.helm@nxp.com> | Mon Jun 21 14:19:29 2021 -0500 |
tree | 65e624bbec08dae6fcb9e947dacb4fec615bc42e | |
parent | a5fce2022aa00f145ef08e9f876c4f9ee416e4ac [diff] |
lpadc: a bug fix for the drivers/adc_mcux_lpadc.c it need to be a && between two condition, to satisfy the comment: only 12 / 13 bit resolution is supported, if FSL_FEATURE_LPADC_HAS_CMDL_MODE is not defined. not using ||. Signed-off-by: Crist Xu <crist.xu@nxp.com>