[Tinyos8051wg-commit] SF.net SVN: tinyos8051wg:[1097] trunk/diku/common/apps/Echo/EchoP.nc
Status: Alpha
Brought to you by:
mleopold
From: <mle...@us...> - 2009-10-06 06:02:42
|
Revision: 1097 http://tinyos8051wg.svn.sourceforge.net/tinyos8051wg/?rev=1097&view=rev Author: mleopold Date: 2009-10-06 06:02:33 +0000 (Tue, 06 Oct 2009) Log Message: ----------- Forgot to remove junk Modified Paths: -------------- trunk/diku/common/apps/Echo/EchoP.nc Modified: trunk/diku/common/apps/Echo/EchoP.nc =================================================================== --- trunk/diku/common/apps/Echo/EchoP.nc 2009-10-05 22:42:17 UTC (rev 1096) +++ trunk/diku/common/apps/Echo/EchoP.nc 2009-10-06 06:02:33 UTC (rev 1097) @@ -35,9 +35,6 @@ * @author Martin Leopold <le...@di...> */ -//#define _XIXX(addr) (*(( uint8_t __attribute((sfr))*) addr)) -#define _XIXX(addr) (*(( uint8_t *) addr)) - module EchoP { uses { interface Boot; @@ -57,7 +54,6 @@ } event void Boot.booted() { - _XIXX(0x86) = 0xFF; call Leds.led0On(); call uart0.put(buf); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |