diff options
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 */ |