Added extra debug messages (-DMARTIN)

This commit is contained in:
2015-03-02 12:12:23 +01:00
parent 875ee02038
commit ed50f83fe6
5 changed files with 27 additions and 2 deletions

View File

@ -71,6 +71,10 @@ void Feb_Interface_SendCompleteList(unsigned int n,unsigned int* list){
int Feb_Interface_WriteTo(unsigned int ch){
if(ch>0xfff) return 0;
#ifdef MARTIN
printf("FIW ch %d\n", ch);
#endif
Feb_Interface_send_data_raw[0] = 0x8fff0000;
if(Local_Write(ll,4,Feb_Interface_send_data_raw)!=4) return 0;