From abfbfa7c5a4e7dd2e0bd3e774d9be41275bacdc1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Oct 1998 21:24:52 +0000 Subject: Changed section numbers. --- doc/bsp_howto/clock.t | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/bsp_howto/clock.t') diff --git a/doc/bsp_howto/clock.t b/doc/bsp_howto/clock.t index 65f55e0a16..a00eb0f769 100644 --- a/doc/bsp_howto/clock.t +++ b/doc/bsp_howto/clock.t @@ -6,9 +6,9 @@ @c $Id$ @c -@chapter = Clock Driver +@chapter Clock Driver -@subsection = Introduction +@section Introduction The clock driver aims at giving a steady time basis to the kernel, so that the RTEMS primitives that need a clock tick work properly. The clock driver is located in the clock directory of the BSP. -@subsection = Primitives +@section Primitives -@subsection = Initialization +@section Initialization The major and minor numbers of the clock driver can be made available to the others, such as the Shared Memory Driver. @@ -36,7 +36,7 @@ the VBR: rtems_interrupt_catch (InterruptHandler, CONSOLE_VECTOR, &old_handler); @end example -@subsection = The clock interrupt subroutine +@section The clock interrupt subroutine It only has to inform the kernel that a ticker has elapsed, so call : -- cgit v1.2.3