[Tinyos-2-commits] CVS: tinyos-2.x/doc/html tep102.html,1.10,1.11

David Gay idgay at users.sourceforge.net
Wed Sep 5 10:30:33 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/doc/html
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26040/html

Modified Files:
	tep102.html 
Log Message:
more precision clarity


Index: tep102.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/tep102.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** tep102.html	14 Aug 2007 18:58:00 -0000	1.10
--- tep102.html	5 Sep 2007 17:30:31 -0000	1.11
***************
*** 657,665 ****
  <div class="section">
  <h1><a id="hil-requirements" name="hil-requirements">4. HIL requirements</a></h1>
! <dl class="docutils">
! <dt>The following component MUST be provided on all platforms::</dt>
! <dd>HilTimerMilliC
! BusyWaitMicroC</dd>
! </dl>
  <div class="section">
  <h2><a id="hiltimermillic" name="hiltimermillic">HilTimerMilliC</a></h2>
--- 657,669 ----
  <div class="section">
  <h1><a id="hil-requirements" name="hil-requirements">4. HIL requirements</a></h1>
! <p>The following component MUST be provided on all platforms</p>
! <pre class="literal-block">
! HilTimerMilliC
! BusyWaitMicroC
! </pre>
! <p>Both of these components use &quot;binary&quot; units, i.e., 1/1024s for
! HilTimerMilliC and 1/1048576s for BusyWaitMicroC. Components using
! other precisions (e.g., regular, non-binary milliseconds) MAY also be
! provided.</p>
  <div class="section">
  <h2><a id="hiltimermillic" name="hiltimermillic">HilTimerMilliC</a></h2>



More information about the Tinyos-2-commits mailing list