]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmimsp/common/hardware.h
tmimsp family: flash is now working
[tinyos-2.x.git] / tos / platforms / tmimsp / common / hardware.h
index c556ef08ee33562470a11cab84b87e7b91becd99..ecaa2a79cbc33f9c46783cd0cc82fc304f40a1d5 100644 (file)
@@ -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