mirror of
https://github.com/apache/nuttx.git
synced 2026-08-05 06:10:27 +00:00
stm32{f7}/adc: always increase initialization counter when adc_setup called
This commit is contained in:
parent
c52188f0bf
commit
577bdbf1fc
2 changed files with 2 additions and 0 deletions
|
|
@ -2886,6 +2886,7 @@ static int adc_setup(struct adc_dev_s *dev)
|
|||
|
||||
if (priv->initialized > 0)
|
||||
{
|
||||
priv->initialized += 1;
|
||||
return OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1798,6 +1798,7 @@ static int adc_setup(struct adc_dev_s *dev)
|
|||
|
||||
if (priv->initialized > 0)
|
||||
{
|
||||
priv->initialized += 1;
|
||||
return OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue