diff options
author | John Klug <john.klug@multitech.com> | 2023-01-11 12:18:39 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-01-11 12:18:39 -0600 |
commit | 3ebfe17aef57ad6bddb7e7a7d53fc112bfd10b4f (patch) | |
tree | 1482e7819f95aa5bfae8067a09205c9255290a6e /include/Device/Device.h | |
parent | f873087849c21d0e3b203d7ced2dbf621af778a0 (diff) | |
parent | 37d7886022d0c90c1102f37ee5dd0704b2276730 (diff) | |
download | mts-io-sysfs-3ebfe17aef57ad6bddb7e7a7d53fc112bfd10b4f.tar.gz mts-io-sysfs-3ebfe17aef57ad6bddb7e7a7d53fc112bfd10b4f.tar.bz2 mts-io-sysfs-3ebfe17aef57ad6bddb7e7a7d53fc112bfd10b4f.zip |
Fix FPGA Loader0.2.7
Diffstat (limited to 'include/Device/Device.h')
-rw-r--r-- | include/Device/Device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Device/Device.h b/include/Device/Device.h index 5f2bf12..7a20f04 100644 --- a/include/Device/Device.h +++ b/include/Device/Device.h @@ -28,7 +28,7 @@ class Device { static const std::regex serialModeFilter; static const std::regex storeFilters; static const std::regex showFilters; - static const std::regex mtcdt3Filters; + static const std::regex mtcdt3HwVersionFilters; static const std::regex mtrFilters; const unsigned int accessoryCardsListSize = 7; |