Skip to content

Commit 0e2ffbd

Browse files
authored
Add support to arduino-pico core
1. Add support to arduino-pico core](https://github.com/earlephilhower/arduino-pico) 2. Update `library.properties`
1 parent be1bc35 commit 0e2ffbd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/ArduinoUniqueID.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@
5959
#elif defined(TEENSYDUINO)
6060
#define UniqueIDsize 16
6161
#define UniqueIDbuffer 16
62-
63-
// KH
64-
//#elif defined(ARDUINO_ARCH_MBED_RP2040)
6562
#elif defined(ARDUINO_ARCH_RP2040)
6663
#define UniqueIDsize 8
6764
#define UniqueIDbuffer 8

0 commit comments

Comments
 (0)