diff options
| author | Marti Bolivar <mbolivar@mit.edu> | 2010-09-27 00:40:44 -0400 | 
|---|---|---|
| committer | Marti Bolivar <mbolivar@mit.edu> | 2010-09-27 00:40:44 -0400 | 
| commit | 753f89de354eff212d84f3f2aff41146865da342 (patch) | |
| tree | 095e2183ce956bac028083d056c9c4b7ee8a8d84 /libmaple/exti.c | |
| parent | 849bc0f8f6abf42567a152cf6e01bf7349902aac (diff) | |
| download | librambutan-753f89de354eff212d84f3f2aff41146865da342.tar.gz librambutan-753f89de354eff212d84f3f2aff41146865da342.zip | |
whitespace cleanups
Diffstat (limited to 'libmaple/exti.c')
| -rw-r--r-- | libmaple/exti.c | 15 | 
1 files changed, 7 insertions, 8 deletions
| diff --git a/libmaple/exti.c b/libmaple/exti.c index 8a54457..acd7c94 100644 --- a/libmaple/exti.c +++ b/libmaple/exti.c @@ -1,4 +1,4 @@ -/* ***************************************************************************** +/******************************************************************************   * The MIT License   *   * Copyright (c) 2010 Perry Hung. @@ -20,13 +20,12 @@   * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,   * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN   * THE SOFTWARE. - * ****************************************************************************/ - + *****************************************************************************/  /** - *  @file exti.c + * @file exti.c   * - *  @brief External interrupt control routines + * @brief External interrupt control routines   */  #include "libmaple.h" @@ -145,9 +144,9 @@ void EXTI15_10_IRQHandler(void) {   * @param mode type of transition to trigger on   */  void exti_attach_interrupt(uint32 port, -        uint32 pin, -        voidFuncPtr handler, -        uint32 mode) { +                           uint32 pin, +                           voidFuncPtr handler, +                           uint32 mode) {      static uint32 afio_regs[] = {          AFIO_EXTICR1,         // EXT0-3          AFIO_EXTICR2,         // EXT4-7 | 
