X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fchips%2Fcp210x%2FCP210XP.nc;h=3060880ba12d0243b1940db8fe67770f6a3176a1;hp=6fa38ffb854dc1216ccf66f69200b415dfa25d4d;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/chips/cp210x/CP210XP.nc b/tos/chips/cp210x/CP210XP.nc index 6fa38ffb..3060880b 100644 --- a/tos/chips/cp210x/CP210XP.nc +++ b/tos/chips/cp210x/CP210XP.nc @@ -26,13 +26,13 @@ * (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 */ - + 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();