]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/pxa27x/ssp/HplPXA27xSSP3C.nc
Merge over into the trunk.
[tinyos-2.x.git] / tos / chips / pxa27x / ssp / HplPXA27xSSP3C.nc
index 268a22ccc86352c9b79da14bc365edaa89a4d485..903e860305a687e33d581d6929edf1179ff8aa40 100644 (file)
@@ -48,8 +48,10 @@ implementation
   components PlatformP;\r
   \r
   HplPXA27xSSP = HplPXA27xSSPP.HplPXA27xSSP[3];\r
-  SSPRxDMAInfo = HplPXA27xSSPP.SSPRxDMAInfo[3];\r
-  SSPTxDMAInfo = HplPXA27xSSPP.SSPTxDMAInfo[3];\r
+  components new HplPXA27xDMAInfoC(66, (uint32_t)&SSDR_3) as SSPRxDMA;\r
+  components new HplPXA27xDMAInfoC(67, (uint32_t)&SSDR_3) as SSPTxDMA;\r
+  SSPRxDMAInfo = SSPRxDMA;\r
+  SSPTxDMAInfo = SSPTxDMA;\r
 \r
   HplPXA27xSSPP.Init[3] <- PlatformP.InitL1;\r
 \r