diff --git a/pkg/arduino_sdi_12/Makefile b/pkg/arduino_sdi_12/Makefile index bc4e253f62..cb7e3eecbb 100644 --- a/pkg/arduino_sdi_12/Makefile +++ b/pkg/arduino_sdi_12/Makefile @@ -1,10 +1,8 @@ PKG_NAME=arduino_sdi_12 PKG_URL=https://github.com/EnviroDIY/Arduino-SDI-12 -PKG_VERSION=fd9699b390edeac3a8681e2a6d4fe2ba8b1f9a51 +PKG_VERSION=1fa8edbeb25fbb6cff71495583e664b5e8ae18a5 PKG_LICENSE=BSD-3-Clause -GITAMFLAGS = --3way - include $(RIOTBASE)/pkg/pkg.mk all: diff --git a/pkg/arduino_sdi_12/patches/0001-Use-RIOT-s-gpio-to-handle-pin-change-interrupts.patch b/pkg/arduino_sdi_12/patches/0001-Use-RIOT-s-gpio-to-handle-pin-change-interrupts.patch index 4f226975ee..fc5ddaff23 100644 Binary files a/pkg/arduino_sdi_12/patches/0001-Use-RIOT-s-gpio-to-handle-pin-change-interrupts.patch and b/pkg/arduino_sdi_12/patches/0001-Use-RIOT-s-gpio-to-handle-pin-change-interrupts.patch differ diff --git a/pkg/arduino_sdi_12/patches/0002-Integration-with-RIOT-to-support-other-boards.patch b/pkg/arduino_sdi_12/patches/0002-Integration-with-RIOT-to-support-other-boards.patch index eac8b7dda7..28e0d40609 100644 Binary files a/pkg/arduino_sdi_12/patches/0002-Integration-with-RIOT-to-support-other-boards.patch and b/pkg/arduino_sdi_12/patches/0002-Integration-with-RIOT-to-support-other-boards.patch differ diff --git a/pkg/arduino_sdi_12/patches/0003-RIOT-Fix-for-SAMD-boards.patch b/pkg/arduino_sdi_12/patches/0003-RIOT-Fix-for-SAMD-boards.patch index 34cd473bb4..9d0390288a 100644 Binary files a/pkg/arduino_sdi_12/patches/0003-RIOT-Fix-for-SAMD-boards.patch and b/pkg/arduino_sdi_12/patches/0003-RIOT-Fix-for-SAMD-boards.patch differ