Skip to content

Commit

Permalink
Remove non-printable character from file, was breaking sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRivers committed Apr 11, 2019
1 parent f91cfe7 commit b129882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pixiradApp/src/pxrd2_interface_misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ int apply_special_configurations_tobox(BOX *tempbox,SENSOR Sens){
/***************************/
//strncpy(temp_str,"SYS:! SET_MEAS_DEST_ADD 192.168.0.255 9999\n",MAX_MSG_STR_LENGTH);
//ret=pixirad_send_cmd(tempbox,temp_str, NULL,0,0);
//cambiata strategia: adesso il numero di porta è cambiato nel udp thread
//cambiata strategia: adesso il numero di porta cambiato nel udp thread
/***************************/
snprintf(temp_str,MAX_MSG_STR_LENGTH,"SYS:! SET_ALARMS %d %d %d %d %d %d %d\n",
DEF_BOX_RH_AL,
Expand Down
2 changes: 1 addition & 1 deletion pixiradApp/src/udp_client_pixirad_single.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ printf("module_data_parser_thread: got process_buf_ptr=%p\n", process_buf_ptr);
if (verbose>=1)printf("PROC:pocessing buffer released\n");

}
free(local_buffer_ptr);//qui non ci arriverà mai!!!!
free(local_buffer_ptr);//qui non ci arriver mai!!!!
}

typedef enum{FRAG_ID,NOFRAG_ID} id_mode;
Expand Down

0 comments on commit b129882

Please sign in to comment.