]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - doc/txt/tep107.txt
Fixed citations (119).
[tinyos-2.x.git] / doc / txt / tep107.txt
index 221a8aa11d880930ace89a600a4e36e786f9a518..c7f651a6db5ad38202761be6e24b49b5782e1001 100644 (file)
@@ -237,9 +237,7 @@ hardware, the sequence is platform-specific. A port of TinyOS to a
 new plaform MUST include a component PlatformC which provides
 one and only one instance of the Init interface.
 
-Generally, component intialization occurs through SoftwareInit.
-PlatformInit is for a small subset of initializations whose properties
-requires that they be performed separately. Initializations invoked
+Initializations invoked
 through PlatformC meet some or all of the following criteria:
 
 1. The initialization requires configuring hardware resources. This implies that the code is platform-specific.