aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32L4xx/GPT-ADC/main.c
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-13 19:55:23 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-13 19:55:23 +0000
commit5c2d8efab35edb7051d63a05fb473a3d28ead047 (patch)
tree901b18fef717a2017f979668423176c45977a160 /testhal/STM32/STM32L4xx/GPT-ADC/main.c
parent77a131bafd51ff21b726a1c43a34229926b17bd4 (diff)
downloadChibiOS-5c2d8efab35edb7051d63a05fb473a3d28ead047.tar.gz
ChibiOS-5c2d8efab35edb7051d63a05fb473a3d28ead047.tar.bz2
ChibiOS-5c2d8efab35edb7051d63a05fb473a3d28ead047.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8596 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L4xx/GPT-ADC/main.c')
-rw-r--r--testhal/STM32/STM32L4xx/GPT-ADC/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/testhal/STM32/STM32L4xx/GPT-ADC/main.c b/testhal/STM32/STM32L4xx/GPT-ADC/main.c
index 45a369663..ca691c205 100644
--- a/testhal/STM32/STM32L4xx/GPT-ADC/main.c
+++ b/testhal/STM32/STM32L4xx/GPT-ADC/main.c
@@ -160,12 +160,6 @@ int main(void) {
gptStart(&GPTD4, &gpt4cfg1);
/*
- * Fixed an errata on the STM32F7xx, the DAC clock is required for ADC
- * triggering.
- */
- rccEnableDAC1(false);
-
- /*
* Activates the ADC1 driver and the temperature sensor.
*/
adcStart(&ADCD1, NULL);