[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/pxa27x pxa27xhardware.h, 1.3, 1.4

Josh jsherbach at users.sourceforge.net
Thu Aug 18 14:12:08 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31708

Modified Files:
	pxa27xhardware.h 
Log Message:
issue with too many #if's in the sleep

Index: pxa27xhardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x/pxa27xhardware.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pxa27xhardware.h	17 Aug 2005 20:48:35 -0000	1.3
--- pxa27xhardware.h	18 Aug 2005 21:12:05 -0000	1.4
***************
*** 109,114 ****
  void TOSH_sleep()
  {
-   // Place PXA into idle
  #if 0
    asm volatile (
  		"mcr p14,0,%0,c7,c0,0"
--- 109,114 ----
  void TOSH_sleep()
  {
  #if 0
+   // Place PXA into idle
    asm volatile (
  		"mcr p14,0,%0,c7,c0,0"



More information about the Tinyos-beta-commits mailing list