aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32L1xx/ADC/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32L1xx/ADC/main.c')
-rw-r--r--testhal/STM32L1xx/ADC/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testhal/STM32L1xx/ADC/main.c b/testhal/STM32L1xx/ADC/main.c
index 82ac4c4d8..c7c7622a8 100644
--- a/testhal/STM32L1xx/ADC/main.c
+++ b/testhal/STM32L1xx/ADC/main.c
@@ -81,7 +81,6 @@ static msg_t Thread1(void *arg) {
palSetPad(GPIOB, GPIOB_LED4);
chThdSleepMilliseconds(500);
}
- return 0;
}
/*
@@ -127,5 +126,4 @@ int main(void) {
}
chThdSleepMilliseconds(500);
}
- return 0;
}