diff options
| author | Perry Hung <iperry@gmail.com> | 2011-03-21 02:25:23 -0400 |
|---|---|---|
| committer | Perry Hung <iperry@gmail.com> | 2011-03-21 02:25:23 -0400 |
| commit | eae720021d69c9845eb0bc6261e5466dd4dc7ae6 (patch) | |
| tree | d83e52b1de432c3cf9558b33fb4d61c841f62e82 /libmaple/dac.c | |
| parent | 12aca5b72d62081c50fafc41e448841a4328a500 (diff) | |
Revert "RCC refactor, bugfixes"
This reverts commit e4807a5010f59ab863ad2c96dc14caf65bf1ae60.
Diffstat (limited to 'libmaple/dac.c')
| -rw-r--r-- | libmaple/dac.c | 4 |
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 |
