aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/dac.h
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.h
parent6245b43b26e47ece1927d28246611488c2f36e67 (diff)
downloadlibrambutan-403498a28956507bb3063e6d7c190639c0279f47.tar.gz
librambutan-403498a28956507bb3063e6d7c190639c0279f47.zip
Revert "RCC refactor, bugfixes"
This reverts commit e4807a5010f59ab863ad2c96dc14caf65bf1ae60.
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