Changeset 99a7f55 in rtems


Ignore:
Timestamp:
10/12/14 21:05:01 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
6b514360
Parents:
5b6438a
git-author:
Joel Sherrill <joel.sherrill@…> (10/12/14 21:05:01)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/13/14 15:33:34)
Message:

m32c/m32csim/timer/timer.c: Fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m32c/m32cbsp/timer/timer.c

    r5b6438a r99a7f55  
    22 *  This file implements a stub benchmark timer that is sufficient to
    33 *  satisfy linking the RTEMS Benchmarks.
    4  *
     4 */
     5
     6/*
    57 *  COPYRIGHT (c) 1989-2001.
    68 *  On-Line Applications Research Corporation (OAR).
     
    2123
    2224static int benchmark_timer_interrupts;
     25
     26static void __attribute__((interrupt)) timer_ra_interrupt(void);
    2327
    2428#define ivec_timer_a0 12
Note: See TracChangeset for help on using the changeset viewer.