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 8fe83a5 + 46ff43d commit 480e9d1Copy full SHA for 480e9d1
src/Modulino.cpp
@@ -13,8 +13,7 @@ ModulinoColor GREEN(0, 255, 0);
13
ModulinoColor VIOLET(255, 0, 255);
14
ModulinoColor WHITE(255, 255, 255);
15
16
-#if __has_include("Arduino_LED_Matrix.h")
17
-#if defined(ARDUINO_UNOR4_WIFI)
+#if __has_include("Arduino_LED_Matrix.h") && defined(ARDUINO_UNOR4_WIFI)
18
void __increaseI2CPriority() {
19
for (int i = 0; i < 96; i++) {
20
if (R_ICU->IELSR[i] == BSP_PRV_IELS_ENUM(EVENT_IIC0_TXI)) {
@@ -25,7 +24,6 @@ void __increaseI2CPriority() {
25
24
}
26
27
28
-#endif
29
#else
30
void __increaseI2CPriority() {}
31
#endif
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments