fixed build bugs

This commit is contained in:
Zaid Nackasha
2019-06-03 17:18:02 -04:00
parent d49fba7d81
commit 3621184696
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ protected:
virtual void setupDecoder(Decoder& decoder) override {
Device::setupDecoder(decoder);
decoder.timestampMultiplier = 10; // Timestamps are in 10ns increments instead of the usual 25ns
decoder.timestampResolution = 10; // Timestamps are in 10ns increments instead of the usual 25ns
}
virtual void setupSupportedRXNetworks(std::vector<Network>& rxNetworks) override {