Changeset d6d213b in rtems


Ignore:
Timestamp:
10/12/14 18:58:22 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
250a867f
Parents:
6077804
git-author:
Joel Sherrill <joel.sherrill@…> (10/12/14 18:58:22)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/13/14 15:33:28)
Message:

lm32/shared/milkymist_clock/ckinit.c: Fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/lm32/shared/milkymist_clock/ckinit.c

    r6077804 rd6d213b  
    1 /*  ckinit.c
    2  *
     1/*
    32 *  Clock device driver for Lattice Mico32 (lm32).
    4  *
     3 */
     4
     5/*
    56 *  The license and distribution terms for this file may be
    67 *  found in the file LICENSE in this distribution or at
     
    3132  } while (0)
    3233
    33 void Clock_driver_support_initialize_hardware(void)
     34static void Clock_driver_support_initialize_hardware(void)
    3435{
    3536  MM_WRITE(MM_TIMER0_COMPARE,
     
    4041}
    4142
    42 void Clock_driver_support_shutdown_hardware(void)
     43static void Clock_driver_support_shutdown_hardware(void)
    4344{
    4445  bsp_interrupt_vector_disable(MM_IRQ_TIMER0);
Note: See TracChangeset for help on using the changeset viewer.