mirror of
https://github.com/apache/nuttx.git
synced 2026-09-12 13:40:14 +00:00
Remove all references to board_adc_setup()
This commit is contained in:
parent
55dd1c87b3
commit
ee2852f5ff
81 changed files with 732 additions and 667 deletions
|
|
@ -1,8 +1,7 @@
|
|||
/****************************************************************************************************
|
||||
* configs/cloudctrl/src/cloudctrl.h
|
||||
* arch/arm/src/board/cloudctrl.n
|
||||
*
|
||||
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
|
||||
* Copyright (C) 2012, 2016 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
* Darcy Gong <darcy.gong@gmail.com>
|
||||
*
|
||||
|
|
@ -255,6 +254,18 @@ void weak_function stm32_usbinitialize(void);
|
|||
int stm32_usbhost_initialize(void);
|
||||
#endif
|
||||
|
||||
/************************************************************************************
|
||||
* Name: stm32_adc_setup
|
||||
*
|
||||
* Description:
|
||||
* Initialize ADC and register the ADC driver.
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifdef CONFIG_ADC
|
||||
int stm32_adc_setup(void);
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Name: stm32_sdinitialize
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue