diff --git a/configs/boardctl.c b/configs/boardctl.c index e8903f085fe..23d1f8507e6 100644 --- a/configs/boardctl.c +++ b/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