aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/md25/BlockSysIdent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/md25/BlockSysIdent.cpp')
-rw-r--r--src/drivers/md25/BlockSysIdent.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/drivers/md25/BlockSysIdent.cpp b/src/drivers/md25/BlockSysIdent.cpp
new file mode 100644
index 000000000..23b0724d8
--- /dev/null
+++ b/src/drivers/md25/BlockSysIdent.cpp
@@ -0,0 +1,8 @@
+#include "BlockSysIdent.hpp"
+
+BlockSysIdent::BlockSysIdent() :
+ Block(NULL, "SYSID"),
+ _freq(this, "FREQ"),
+ _ampl(this, "AMPL")
+{
+}