aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/dac.c
diff options
context:
space:
mode:
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