summaryrefslogtreecommitdiff
path: root/include/Fpga/Fpga.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Fpga/Fpga.h')
-rw-r--r--include/Fpga/Fpga.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Fpga/Fpga.h b/include/Fpga/Fpga.h
index 986a269..3ed672a 100644
--- a/include/Fpga/Fpga.h
+++ b/include/Fpga/Fpga.h
@@ -68,6 +68,7 @@ class Mtac15Fpga {
Mtac15Fpga(std::string path);
int getFpgaVersion();
int FpgaVersion();
+ void printFpgaVersion();
int upgradeFpga();
};