mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
at32/adc: always increase initialization counter when adc_setup called
This commit is contained in:
parent
14fe9978a7
commit
f64833b36d
1 changed files with 1 additions and 0 deletions
|
|
@ -2458,6 +2458,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