Skip to content

Commit 5642e26

Browse files
committed
Suppress warning
1 parent 286d1a8 commit 5642e26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variants/uno2018/variant.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ void setup_timers() {
8181
}
8282

8383
FORCE_INLINE bool isDoubleBondedActive(uint8_t pin) {
84+
(void)pin;
85+
8486
/* Check if TWI is operating on double bonded pin (Master Enable is high
8587
in both Master and Slave mode for bus error detection, so this can
8688
indicate an active state for Wire) */

0 commit comments

Comments
 (0)