X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftmimsp%2Fcommon%2Fhardware.h;h=ecaa2a79cbc33f9c46783cd0cc82fc304f40a1d5;hb=46696d41fef125e00b09b24a378f106d1347526f;hp=c556ef08ee33562470a11cab84b87e7b91becd99;hpb=9426414d76592859fdde4e7d92fb15bf172b7834;p=tinyos-2.x.git diff --git a/tos/platforms/tmimsp/common/hardware.h b/tos/platforms/tmimsp/common/hardware.h index c556ef08..ecaa2a79 100644 --- a/tos/platforms/tmimsp/common/hardware.h +++ b/tos/platforms/tmimsp/common/hardware.h @@ -6,6 +6,11 @@ //#include "CC2420Const.h" //#include "AM.h" +TOSH_ASSIGN_PIN(UC_SIMO, 3, 1); +TOSH_ASSIGN_PIN(UC_SOMI, 3, 2); +TOSH_ASSIGN_PIN(UC_SCK, 3, 3); +TOSH_ASSIGN_PIN(FLH_CS, 4, 4); + // need to undef atomic inside header files or nesC ignores the directive #undef atomic