From 641c3bd3bce5ba5661b7c6f6f624231e523b9c63 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 28 Nov 2007 21:45:45 +0000 Subject: 2007-11-28 Joel Sherrill * startup/bspstart.c: Fix mistake in previous work. --- c/src/lib/libbsp/sh/simsh4/ChangeLog | 4 ++++ c/src/lib/libbsp/sh/simsh4/startup/bspstart.c | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/sh/simsh4') diff --git a/c/src/lib/libbsp/sh/simsh4/ChangeLog b/c/src/lib/libbsp/sh/simsh4/ChangeLog index 4c893c731b..9206d07c1f 100644 --- a/c/src/lib/libbsp/sh/simsh4/ChangeLog +++ b/c/src/lib/libbsp/sh/simsh4/ChangeLog @@ -1,3 +1,7 @@ +2007-11-28 Joel Sherrill + + * startup/bspstart.c: Fix mistake in previous work. + 2007-11-26 Joel Sherrill * clock/ckinit.c, startup/bspstart.c: Eliminate the diff --git a/c/src/lib/libbsp/sh/simsh4/startup/bspstart.c b/c/src/lib/libbsp/sh/simsh4/startup/bspstart.c index c9d09020b2..e67caff592 100644 --- a/c/src/lib/libbsp/sh/simsh4/startup/bspstart.c +++ b/c/src/lib/libbsp/sh/simsh4/startup/bspstart.c @@ -14,7 +14,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * - * COPYRIGHT (c) 1998-2001. + * COPYRIGHT (c) 1989-2007. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -31,7 +31,10 @@ #include -extern uint32_t bsp_clicks_per_second; +/* + * Driver configuration parameters + */ +uint32_t bsp_clicks_per_second; /* * The original table from the application and our copy of it with -- cgit v1.2.3