From 60391a2c16936fc896a9816fd4758f6fd40ca3a8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 5 Jan 2001 13:38:20 +0000 Subject: 2001-01-05 Joel Sherrill * scitab/Makefile.am, startup/bspstart.c, configure.in: Removed rest of make-target-options and moved them to BSP configure options. --- c/src/lib/libbsp/sh/gensh1/startup/bspstart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/sh/gensh1/startup/bspstart.c') diff --git a/c/src/lib/libbsp/sh/gensh1/startup/bspstart.c b/c/src/lib/libbsp/sh/gensh1/startup/bspstart.c index a019dbdb96..8340f3726c 100644 --- a/c/src/lib/libbsp/sh/gensh1/startup/bspstart.c +++ b/c/src/lib/libbsp/sh/gensh1/startup/bspstart.c @@ -128,5 +128,5 @@ void bsp_start(void) #if ( CPU_ALLOCATE_INTERRUPT_STACK == TRUE ) Cpu_table.interrupt_stack_size = CONFIGURE_INTERRUPT_STACK_MEMORY; #endif - Cpu_table.clicks_per_second = HZ ; + Cpu_table.clicks_per_second = CPU_CLOCK_RATE_HZ ; } -- cgit v1.2.3