Changeset 7967

Show
Ignore:
Timestamp:
07/03/08 13:27:12 (5 years ago)
Author:
trnewman
Message:
 
Location:
ossiedev/branches/trnewman/CIREN/components
Files:
2 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 
  • ossiedev/branches/trnewman/CIREN/components/CIREN_SM/CIREN_SM.cpp

    r7966 r7967  
    765765    while(true) { 
    766766        portControlDataIn->getData(control_data_in, control_metadata); 
     767        DEBUG(1, CIREN_SM, "CONTROL MESSAGE RECEIVED!"); 
     768        DEBUG(1, CIREN_SM, "CONTROL MESSAGE RECEIVED!"); 
     769        DEBUG(1, CIREN_SM, "CONTROL MESSAGE RECEIVED!"); 
    767770        N_in = control_data_in->length(); 
    768771        DEBUG(1, CIREN_SM, "CONTROL MESSAGE RECEIVED!");