mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 14:35:08 +00:00
boardctl(): Typo in ADC logic
This commit is contained in:
parent
bfb182a4b4
commit
f339a0652e
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ int boardctl(unsigned int cmd, uintptr_t arg)
|
|||
|
||||
case BOARDIOC_ADCTEST_SETUP:
|
||||
{
|
||||
ret = board_adc_setup(();
|
||||
ret = board_adc_setup();
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue