* startup/bspstart.c: Add semicolon.
This commit is contained in:
Joel Sherrill
2008-01-18 14:34:35 +00:00
parent db4045eb10
commit f91db017d5
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-01-18 David Erickson <David.Erickson@drdc-rddc.gc.ca>
* startup/bspstart.c: Add semicolon.
2008-01-11 Joel Sherrill <joel.sherrill@OARcorp.com> 2008-01-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/bspstart.c: Add bsp_timer_least_valid and * startup/bspstart.c: Add bsp_timer_least_valid and

View File

@@ -174,7 +174,7 @@ void bsp_start(void)
*/ */
bsp_clicks_per_usec = BSP_CRYSTAL_HZ / 4 / 1000000; bsp_clicks_per_usec = BSP_CRYSTAL_HZ / 4 / 1000000;
bsp_clock_speed = BSP_CLOCK_HZ; /* for SCI baud rate generator */ bsp_clock_speed = BSP_CLOCK_HZ; /* for SCI baud rate generator */
bsp_timer_least_valid = 0 bsp_timer_least_valid = 0;
bsp_timer_average_overhead = 0; bsp_timer_average_overhead = 0;
/* /*