]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/cp210x/CP210XP.nc
Add pin initialization for bq2403x and cp210x
[tinyos-2.x.git] / tos / chips / cp210x / CP210XP.nc
index ce45bb57cc16b6abbaf7e1ef8356945f7cd04be6..17908a12c2a3c9003876608c44210f64b61128e8 100644 (file)
@@ -68,6 +68,8 @@ implementation {
 
   command error_t Init.init()
   {
+    call USB_SUSPENDn.makeInput();
+
     update();
     return SUCCESS;
   }