Changeset 175c85b in rtems


Ignore:
Timestamp:
10/12/14 20:37:32 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
cf6bc1e
Parents:
b6b0c80c
git-author:
Joel Sherrill <joel.sherrill@…> (10/12/14 20:37:32)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/13/14 15:33:32)
Message:

libcpu/arm/lpc22xx/clock/clockdrv.c: Fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/arm/lpc22xx/clock/clockdrv.c

    rb6b0c80c r175c85b  
    11/*
    22 *  LPC22XX/LPC21xx clock specific using the System Timer
     3 *
     4 *  Set the Time0 to generate click for RTEMS
     5 */
     6
     7/*
    38 *  Copyright (c) 2006 by Ray <rayx.cn@gmail.com>
    4  *  Set the Time0 to generate click for RTEMS
    5  *
    6  *  This is hardware specific part of the clock driver. At the end of this
    7  *  file, the generic part of the driver is #included.
    89 *
    910 *  The license and distribution terms for this file may be
     
    104105  } while (0)
    105106
    106 uint32_t bsp_clock_nanoseconds_since_last_tick(void)
     107static uint32_t bsp_clock_nanoseconds_since_last_tick(void)
    107108{
    108109  uint32_t clicks;
Note: See TracChangeset for help on using the changeset viewer.