aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/dac.c
diff options
context:
space:
mode:
authorPerry Hung <iperry@gmail.com>2011-03-21 02:25:23 -0400
committerPerry Hung <iperry@gmail.com>2011-03-21 02:25:23 -0400
commit403498a28956507bb3063e6d7c190639c0279f47 (patch)
treed68ccd6e85ac82bea1dff4066ad7fbd8003bdecb /libmaple/dac.c
parent6245b43b26e47ece1927d28246611488c2f36e67 (diff)
downloadlibrambutan-403498a28956507bb3063e6d7c190639c0279f47.tar.gz
librambutan-403498a28956507bb3063e6d7c190639c0279f47.zip
Revert "RCC refactor, bugfixes"
This reverts commit e4807a5010f59ab863ad2c96dc14caf65bf1ae60.
Diffstat (limited to 'libmaple/dac.c')
-rw-r--r--libmaple/dac.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmaple/dac.c b/libmaple/dac.c
index f0bdbcd..ef3a9f9 100644
--- a/libmaple/dac.c
+++ b/libmaple/dac.c
@@ -26,8 +26,6 @@
#include "gpio.h"
#include "dac.h"
-#if defined(STM32_HIGH_DENSITY) || defined(STM32_XL_DENSITY)
-
/**
* @brief DAC peripheral routines.
*/
@@ -110,5 +108,3 @@ void dac_disable_channel(uint8 channel) {
break;
}
}
-
-#endif