aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F30x/DAC/main.c
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-05-13 13:15:29 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-05-13 13:15:29 +0000
commitc9c16d94950005f7c7eca26a14937c45557d084b (patch)
tree45d17947ced225ae4ff9e19851b78d9a21e7c94e /testhal/STM32/STM32F30x/DAC/main.c
parentce7afa78c96018671325f46b2fc0981fd8aff6b7 (diff)
downloadChibiOS-c9c16d94950005f7c7eca26a14937c45557d084b.tar.gz
ChibiOS-c9c16d94950005f7c7eca26a14937c45557d084b.tar.bz2
ChibiOS-c9c16d94950005f7c7eca26a14937c45557d084b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7980 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F30x/DAC/main.c')
-rw-r--r--testhal/STM32/STM32F30x/DAC/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F30x/DAC/main.c b/testhal/STM32/STM32F30x/DAC/main.c
index 08b3faf24..99d70a77c 100644
--- a/testhal/STM32/STM32F30x/DAC/main.c
+++ b/testhal/STM32/STM32F30x/DAC/main.c
@@ -72,7 +72,7 @@ static void end_cb1(DACDriver *dacp, const dacsample_t *buffer, size_t n) {
}
if ((nz % 1000) == 0) {
- palTogglePad(GPIOD, GPIOD_LED3);
+ palTogglePad(GPIOE, GPIOE_LED3_RED);
}
}