Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 0c3ef45

Browse files
committed
Remove empty gates
1 parent 69c0ae8 commit 0c3ef45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SparkFun_Ublox_Arduino_Library.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
//SAMD21 uses RingBuffer.h
6060
#define I2C_BUFFER_LENGTH SERIAL_BUFFER_SIZE
6161

62-
#elif __MK20DX256__
62+
//#elif __MK20DX256__
6363
//Teensy
6464

65-
#elif ARDUINO_ARCH_ESP32
65+
//#elif ARDUINO_ARCH_ESP32
6666
//ESP32 based platforms
6767

6868
#else

0 commit comments

Comments
 (0)