[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/deluge/Blink burn, 1.10, 1.11
Razvan Musaloiu-E.
razvanm at users.sourceforge.net
Mon Dec 15 16:08:35 PST 2008
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tools/platforms/msp430/pybsl/serial __init__.py, 1.4, 1.5 serialjava.py, 1.4, 1.5 serialposix.py, 1.4, 1.5 serialwin32.py, 1.4, 1.5
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/tosthreads/system BlockingSend.nc, NONE, 1.1 BlockingSendC.nc, NONE, 1.1 BlockingSendImplP.nc, NONE, 1.1 BlockingSendP.nc, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/deluge/Blink
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5413
Modified Files:
burn
Log Message:
Now we need 3 arguments all the time for this script.
Index: burn
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/deluge/Blink/burn,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** burn 15 Dec 2008 00:50:37 -0000 1.10
--- burn 16 Dec 2008 00:08:33 -0000 1.11
***************
*** 14,18 ****
fi
! if [[ $# -ne 2 && $# -ne 3 ]]; then
echo "Usage: $0 <prog_source> <comm_source> <platform>"
echo " <prog_source> bsl,PORT | mib510,PORT | eprb,PORT"
--- 14,18 ----
fi
! if [[ $# -ne 3 ]]; then
echo "Usage: $0 <prog_source> <comm_source> <platform>"
echo " <prog_source> bsl,PORT | mib510,PORT | eprb,PORT"
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tools/platforms/msp430/pybsl/serial __init__.py, 1.4, 1.5 serialjava.py, 1.4, 1.5 serialposix.py, 1.4, 1.5 serialwin32.py, 1.4, 1.5
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/tosthreads/system BlockingSend.nc, NONE, 1.1 BlockingSendC.nc, NONE, 1.1 BlockingSendImplP.nc, NONE, 1.1 BlockingSendP.nc, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list