Skip to content

Commit

Permalink
Remove some debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sstucker committed Jun 29, 2022
1 parent 443e0eb commit 745d8fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/cpp/fastnisdoct/fastnisdoct/ni.h
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ namespace ni

int drive_start_trigger_high()
{
printf("fastnisdoct: Driving acq trigger high\n");
for (int i = 3 * scansig_n; i < 4 * scansig_n; i++)
{
concat_scansig.get()[i] = 5.0;
Expand All @@ -316,7 +315,6 @@ namespace ni

int drive_start_trigger_low()
{
printf("fastnisdoct: Driving acq trigger low\n");
memset(concat_scansig.get() + 3 * scansig_n, 0.0, sizeof(float64) * scansig_n);
err = stop_scan();
err = start_scan();
Expand Down
Binary file modified src/main/resources/windows/fastnisdoct.dll
Binary file not shown.

0 comments on commit 745d8fe

Please sign in to comment.