Changeset 7967
- Timestamp:
- 07/03/08 13:27:12 (5 years ago)
- Location:
- ossiedev/branches/trnewman/CIREN/components
- Files:
-
- 2 modified
-
CIREN_CE/CIREN_CE.cpp (modified) (1 diff)
-
CIREN_SM/CIREN_SM.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/trnewman/CIREN/components/CIREN_CE/CIREN_CE.cpp
r7966 r7967 410 410 // control packet: copy data and push to CIREN_SM 411 411 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++) 413 414 rx_control_data_out[i] = (*packet_data_in)[i]; 414 415 -
ossiedev/branches/trnewman/CIREN/components/CIREN_SM/CIREN_SM.cpp
r7966 r7967 765 765 while(true) { 766 766 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!"); 767 770 N_in = control_data_in->length(); 768 771 DEBUG(1, CIREN_SM, "CONTROL MESSAGE RECEIVED!");