[STM32F0:DAC] Add register definitions

This commit is contained in:
BuFran
2013-07-11 12:14:58 +02:00
committed by Piotr Esden-Tempski
parent a073758cb4
commit 9952768c42
2 changed files with 94 additions and 2 deletions
+3 -2
View File
@@ -16,8 +16,9 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#if defined(STM32F1)
#if defined(STM32F0)
# include <libopencm3/stm32/f0/dac.h>
#elif defined(STM32F1)
# include <libopencm3/stm32/f1/dac.h>
#elif defined(STM32F2)
# include <libopencm3/stm32/f2/dac.h>