]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/telosb/UserButtonP.nc
Add a default for Notify.notify to prevent compiler errors when only the Get interfac...
[tinyos-2.x.git] / tos / platforms / telosb / UserButtonP.nc
index 7a34fe0bea7af488c24d944f261d2571c85c9885..91e99350882f3150f81c7a8864a673430237db7d 100644 (file)
@@ -72,4 +72,6 @@ implementation {
       signal Notify.notify( BUTTON_PRESSED );
     }
   }
+  
+  default event void Notify.notify( button_state_t val ) { }
 }