Show
Ignore:
Timestamp:
07/03/08 13:27:12 (5 years ago)
Author:
trnewman
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/trnewman/CIREN/components/CIREN_CE/CIREN_CE.cpp

    r7966 r7967  
    410410            // control packet: copy data and push to CIREN_SM 
    411411            DEBUG(1, CIREN_CE, "external control packet received!"); 
    412             for (i=0; i<512; i++) 
     412            //for (i=0; i<512; i++) 
     413            for (i=0; i<1024; i++) 
    413414                rx_control_data_out[i] = (*packet_data_in)[i]; 
    414415