Skip to content

Commit ba3dcd5

Browse files
NinoC137Rbb666
authored andcommitted
[BSP][NS800RT7P65] Add ADC driver support
1 parent 75246b5 commit ba3dcd5

6 files changed

Lines changed: 1124 additions & 1 deletion

File tree

bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ if GetDepend('BSP_USING_CAN'):
1919
if GetDepend('BSP_USING_ECAP'):
2020
src += ['drv_ecap.c']
2121

22+
if GetDepend('BSP_USING_ADC'):
23+
src += ['drv_adc.c']
24+
2225
if GetDepend('BSP_USING_TIM'):
2326
src += ['drv_timer.c']
2427

0 commit comments

Comments
 (0)