We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeeb897 commit 030508dCopy full SHA for 030508d
src/unit/unit_PbHub.cpp
@@ -13,6 +13,7 @@
13
14
using namespace m5::utility::mmh3;
15
using namespace m5::unit;
16
+using namespace m5::unit::types;
17
using namespace m5::unit::pbhub;
18
using namespace m5::unit::pbhub::command;
19
@@ -206,8 +207,7 @@ class AdapterPbHub : public AdapterI2C {
206
207
// class UnitPbHub
208
const char UnitPbHub::name[] = "UnitPbHub";
209
const types::uid_t UnitPbHub::uid{"UnitPbHub"_mmh3};
-// const types::attr_t UnitPbHub::attr{attribute::AccessI2C};
210
-const types::attr_t UnitPbHub::attr{};
+const types::attr_t UnitPbHub::attr{attribute::AccessI2C};
211
212
UnitPbHub::UnitPbHub(const uint8_t addr) : Component(addr)
213
{
0 commit comments