aboutsummaryrefslogtreecommitdiffstats
path: root/gensine.py
diff options
context:
space:
mode:
Diffstat (limited to 'gensine.py')
-rwxr-xr-xgensine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gensine.py b/gensine.py
index f8b5161..d313891 100755
--- a/gensine.py
+++ b/gensine.py
@@ -19,6 +19,6 @@ plt.plot(sine_table)
plt.show()
print("Now run:")
-print(f"target/debug/fl2k_ampliphase -D -c 2000 -s {dac_rate} -i {sample_rate} -f sine.dat -w sine")
+print(f"target/release/fl2k_ampliphase -D -c 2000 -s {dac_rate} -i {sample_rate} -f sine.dat -w sine")
print("And then")
print("./plot.py")