removed printfs

pull/72/head
alanbjohnston 5 years ago committed by GitHub
parent cc2a1fbfe2
commit 5d1c7f6644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1142,9 +1142,7 @@ if (sim_mode)
if (mode == BPSK)
h[6] = 99;
printf("Pzi: %f \n",current[map[PLUS_Z]]);
posXi = (int)(current[map[PLUS_X]] + 0.5) + 2048;
posYi = (int)(current[map[PLUS_Y]] + 0.5) + 2048;
posZi = (int)(current[map[PLUS_Z]] + 0.5) + 2048;
@ -1168,8 +1166,6 @@ if (sim_mode)
if (payload == ON)
STEMBoardFailure = 0;
printf("PosZi: %d \n", posZi);
// if (payload == ON)
// STEMBoardFailure = 0;

Loading…
Cancel
Save

Powered by TurnKey Linux.