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.
2 parents c9b0ea9 + 9d8a363 commit 2fbddb2Copy full SHA for 2fbddb2
libraries/Wire/src/Wire.cpp
@@ -373,17 +373,17 @@ TwoWire Wire1(AP3_Wire1_IOM);
373
#endif
374
375
#if WIRE_INTERFACES_COUNT > 2
376
-TwoWire Wire2(AP3_Wire1_IOM);
+TwoWire Wire2(AP3_Wire2_IOM);
377
378
379
#if WIRE_INTERFACES_COUNT > 3
380
-TwoWire Wire3(AP3_Wire1_IOM);
+TwoWire Wire3(AP3_Wire3_IOM);
381
382
383
#if WIRE_INTERFACES_COUNT > 4
384
-TwoWire Wire4(AP3_Wire1_IOM);
+TwoWire Wire4(AP3_Wire4_IOM);
385
386
387
#if WIRE_INTERFACES_COUNT > 5
388
-TwoWire Wire5(AP3_Wire1_IOM);
+TwoWire Wire5(AP3_Wire5_IOM);
389
0 commit comments