X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fplatforms%2Folimexp169%2FMotePlatformC.nc;h=816e544a7301c317312d2a28e3b51c402f696adf;hp=d158470087904617cd0c06c913fed7744772e71b;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/platforms/olimexp169/MotePlatformC.nc b/tos/platforms/olimexp169/MotePlatformC.nc index d1584700..816e544a 100644 --- a/tos/platforms/olimexp169/MotePlatformC.nc +++ b/tos/platforms/olimexp169/MotePlatformC.nc @@ -26,11 +26,11 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - + /** * @author R. Steve McKown */ - + module MotePlatformC @safe() { provides interface Init; } @@ -48,7 +48,7 @@ implementation { P1SEL = 0; /* 0 0 0 0 0 0 0 0 */ P1OUT = 0; /* 0 0 0 0 0 0 0 0 */ P1DIR = 0; /* 0 0 0 0 0 0 0 0 */ - + /* Port 2: 7-0:- */ P2SEL = 0; /* 0 0 0 0 0 0 0 0 */ P2OUT = 0; /* 0 0 0 0 0 0 0 0 */