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 b49096c commit ca471d2Copy full SHA for ca471d2
1 file changed
src/m5_unit_component/adapter_i2c.cpp
@@ -878,6 +878,7 @@ AdapterI2C::AdapterI2C(const i2c_port_t port, const gpio_num_t sda, const gpio_n
878
#endif
879
880
#if defined(M5_UNITUNIFIED_ADAPTER_HAS_M5_I2C_CLASS)
881
+#pragma message "Support I2C_Class"
882
AdapterI2C::AdapterI2C(m5::I2C_Class& i2c, const uint8_t addr, const uint32_t clock)
883
: Adapter(Adapter::Type::I2C, new AdapterI2C::I2CClassImpl(i2c, addr, clock))
884
{
0 commit comments