Skip to content

Commit a257e3c

Browse files
committed
Restore compatibility with Leonardo and older UNO
1 parent c968389 commit a257e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_SensorKit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "Arduino_SensorKit.h"
22

3-
#if defined(ARDUINO_AVR_UNO)
3+
#if defined(ARDUINO_ARCH_AVR)
44
#define _PIN_SDA SDA
55
#define _PIN_SCL SCL
66
#elif defined(ARDUINO_GIGA)

0 commit comments

Comments
 (0)