summaryrefslogtreecommitdiff
path: root/library/include/hwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/include/hwd.h')
-rw-r--r--library/include/hwd.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/library/include/hwd.h b/library/include/hwd.h
index 4ea75fa..7374291 100644
--- a/library/include/hwd.h
+++ b/library/include/hwd.h
@@ -22,13 +22,13 @@ bool write(const std::vector<char> data, std::size_t off);
namespace sinewave
{
- void set_amplitude(double);
- void set_frequency(double);
- void set_phase(double);
- double get_amplitude();
- double get_frequency();
- double get_phase();
- double get_point();
+void set_amplitude(double);
+void set_frequency(double);
+void set_phase(double);
+double get_amplitude();
+double get_frequency();
+double get_phase();
+double get_point();
} // namespace sinewave
} // namespace hwd