aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/dac.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmaple/dac.h')
-rw-r--r--libmaple/dac.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmaple/dac.h b/libmaple/dac.h
index ee8a4e7..c897bb2 100644
--- a/libmaple/dac.h
+++ b/libmaple/dac.h
@@ -32,8 +32,6 @@
#ifndef _DAC_H_
#define _DAC_H_
-#if defined(STM32_HIGH_DENSITY) || defined(STM32_XL_DENSITY)
-
#include "rcc.h"
#ifdef __cplusplus
@@ -151,6 +149,4 @@ void dac_disable_channel(uint8 channel);
} // extern "C"
#endif
-#endif /* STM32_HIGH_DENSITY, STM32_XL_DENSITY */
-
#endif