]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/cp210x/CP210XP.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / chips / cp210x / CP210XP.nc
index 6fa38ffb854dc1216ccf66f69200b415dfa25d4d..3060880ba12d0243b1940db8fe67770f6a3176a1 100644 (file)
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
+
 /**
  * HIL implementation for the CP210X USB/serial controller chip family.
- * 
+ *
  * @author R. Steve McKown <rsmckown@gmail.com>
  */
+
 module CP210XP {
   provides {
     interface Init;
@@ -99,7 +99,7 @@ implementation {
   task void signalChange()
   {
     bool suspended;
-    
+
     atomic suspended = call USB_SUSPENDn.get();
     if (suspended)
       signal CP210X.suspended();