diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-04-05 14:23:48 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-04-11 16:56:56 -0400 |
commit | a0da4bb4ded385385eb1b8f9752f800f9cebf15b (patch) | |
tree | 2841b9f44e32ab61054932697c0ac8e7190beb04 | |
parent | 5295f92b19e7ca63e5d0c0f3bb15b926e79ceea4 (diff) | |
download | librambutan-a0da4bb4ded385385eb1b8f9752f800f9cebf15b.tar.gz librambutan-a0da4bb4ded385385eb1b8f9752f800f9cebf15b.zip |
libmaple/dac.h: Fixups.
Assert LeafLabs copyright; fix Doxygen @file, and add missing include.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r-- | libmaple/include/libmaple/dac.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libmaple/include/libmaple/dac.h b/libmaple/include/libmaple/dac.h index 738bede..9bd74b4 100644 --- a/libmaple/include/libmaple/dac.h +++ b/libmaple/include/libmaple/dac.h @@ -1,6 +1,7 @@ /****************************************************************************** * The MIT License * + * Copyright (c) 2011 LeafLabs, LLC. * Copyright (c) 2010 Bryan Newbold. * * Permission is hereby granted, free of charge, to any person @@ -25,7 +26,7 @@ *****************************************************************************/ /** - * @file dac.h + * @file libmaple/dac.h * @brief Digital to analog converter support. */ @@ -38,6 +39,7 @@ extern "C"{ #endif +#include <libmaple/libmaple_types.h> #include <libmaple/rcc.h> /* |