Skip to content

Commit

Permalink
More debug output, when uncommented.
Browse files Browse the repository at this point in the history
  • Loading branch information
arndtjonasson committed Jun 30, 2017
1 parent d514573 commit 165ed03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecm-linux/javaCanLib.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void sendBigData(int chn_num, int can_id, int can_dlc, int dataSize, char* data)
char* receiveData(int chn_num, int can_id) {
//printf("javaCanLib 1 %d %d %d\r\n", chn_num, can_id, packageTotalSize);
char *p = (char*) Can_Read_Package((uint32)chn_num, (uint32)can_id);
//printf("javaCanLib 2 %d %d %d\r\n", chn_num, can_id, packageTotalSize);
//printf("javaCanLib 2 %d %d %d -> %p\r\n", chn_num, can_id, packageTotalSize, p);
return p;
}

Expand Down

0 comments on commit 165ed03

Please sign in to comment.