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 286d1a8 commit 5642e26Copy full SHA for 5642e26
variants/uno2018/variant.c
@@ -81,6 +81,8 @@ void setup_timers() {
81
}
82
83
FORCE_INLINE bool isDoubleBondedActive(uint8_t pin) {
84
+ (void)pin;
85
+
86
/* Check if TWI is operating on double bonded pin (Master Enable is high
87
in both Master and Slave mode for bus error detection, so this can
88
indicate an active state for Wire) */
0 commit comments