summaryrefslogtreecommitdiff
path: root/examples/sinewave/sinewave_example.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sinewave/sinewave_example.cpp')
-rw-r--r--examples/sinewave/sinewave_example.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/sinewave/sinewave_example.cpp b/examples/sinewave/sinewave_example.cpp
index 85ce09c..1208c94 100644
--- a/examples/sinewave/sinewave_example.cpp
+++ b/examples/sinewave/sinewave_example.cpp
@@ -50,9 +50,6 @@ int main(int argc, char* argv[]) {
return 1;
}
- hwd::sinewave::set_amplitude(11);
- hwd::sinewave::set_frequency(10);
- hwd::sinewave::set_phase(30);
while (!signalEnd) {
if (i >= samples) break;