diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-03 17:18:57 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-03 22:40:39 -0400 |
commit | 94cdc275384674362f93017ef6cbc2117027e5b4 (patch) | |
tree | 11740d10e5bb3cae7801f7a36b887c0ded2e206b /wirish | |
parent | 9cb33ac2d3829715e352e4550493f414b2b4c003 (diff) | |
download | librambutan-94cdc275384674362f93017ef6cbc2117027e5b4.tar.gz librambutan-94cdc275384674362f93017ef6cbc2117027e5b4.zip |
wirish/ext_interrupts.cpp: Doxygen, copyright.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'wirish')
-rw-r--r-- | wirish/ext_interrupts.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wirish/ext_interrupts.cpp b/wirish/ext_interrupts.cpp index a4a27c2..90c7e60 100644 --- a/wirish/ext_interrupts.cpp +++ b/wirish/ext_interrupts.cpp @@ -2,6 +2,7 @@ * The MIT License * * Copyright (c) 2010 Perry Hung. + * Copyright (c) 2011 LeafLabs, LLC. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation @@ -25,7 +26,7 @@ *****************************************************************************/ /** - * @file wirish/ext_interrupts.c + * @file wirish/ext_interrupts.cpp * @brief Wiring-like interface for external interrupts */ |