summaryrefslogtreecommitdiff
path: root/nuttx/configs/boardctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/boardctl.c')
-rw-r--r--nuttx/configs/boardctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/boardctl.c b/nuttx/configs/boardctl.c
index e8903f085..23d1f8507 100644
--- a/nuttx/configs/boardctl.c
+++ b/nuttx/configs/boardctl.c
@@ -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