driver: adc: fix build error for adc_dma
fsl_sim.h is not required as SDK upgrade Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
This commit is contained in:
parent
82634eda93
commit
07d6adde51
2 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,6 @@
|
|||
#include <drivers/pinctrl.h>
|
||||
#ifdef CONFIG_ADC_MCUX_ADC16_ENABLE_EDMA
|
||||
#include <drivers/dma.h>
|
||||
#include <fsl_sim.h>
|
||||
#endif
|
||||
|
||||
#include <fsl_adc16.h>
|
||||
|
|
|
@ -2,5 +2,5 @@ common:
|
|||
tags: adc dma trigger
|
||||
tests:
|
||||
drivers.adc-dma:
|
||||
depends_on: adc dma pit
|
||||
depends_on: adc dma
|
||||
platform_allow: frdm_k82f frdm_k64f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue