mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
boardctl(): Typo in ADC logic
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user