There was an error while loading. Please reload this page.
1 parent 3d1f709 commit 74732f2Copy full SHA for 74732f2
1 file changed
CI/build/examples/BareMinimum/BareMinimum.ino
@@ -14,7 +14,7 @@
14
#include <SPI.h>
15
#include <SoftwareSerial.h>
16
#include <Wire.h>
17
-#if defined(I3C1_BASE)
+#if defined(I3C1_BASE) && defined(HAL_I3C_MODULE_ENABLED)
18
#include <I3C.h>
19
#endif
20
@@ -135,7 +135,7 @@ void setup() {
135
Wire.requestFrom(2, 1);
136
Wire.end();
137
138
139
// I3C
140
I3C1Bus.setBusType(I3CBusType::Pure);
141
I3C1Bus.setMixedBusOpenDrainFrequency(1000000U);
0 commit comments