[Tinyos8051wg-commit] SF.net SVN: tinyos8051wg:[1087] trunk/diku/tiny15four/tos/interfaces/phy/ Phy
Status: Alpha
Brought to you by:
mleopold
From: <qz...@us...> - 2009-09-26 14:54:23
|
Revision: 1087 http://tinyos8051wg.svn.sourceforge.net/tinyos8051wg/?rev=1087&view=rev Author: qzban Date: 2009-09-26 14:53:58 +0000 (Sat, 26 Sep 2009) Log Message: ----------- PhyTypes.h case problem corrected. Modified Paths: -------------- trunk/diku/tiny15four/tos/interfaces/phy/PhyEnergyDetect.nc Modified: trunk/diku/tiny15four/tos/interfaces/phy/PhyEnergyDetect.nc =================================================================== --- trunk/diku/tiny15four/tos/interfaces/phy/PhyEnergyDetect.nc 2009-09-23 15:40:52 UTC (rev 1086) +++ trunk/diku/tiny15four/tos/interfaces/phy/PhyEnergyDetect.nc 2009-09-26 14:53:58 UTC (rev 1087) @@ -28,7 +28,7 @@ @author Jan Flora <jan...@di...> */ -#include "phyTypes.h" +#include "PhyTypes.h" interface PhyEnergyDetect { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |