Skip to content

Commit

Permalink
Merge pull request #246 from AmedeeBulle/master
Browse files Browse the repository at this point in the history
Fix regression for Arduino SAMD boards
  • Loading branch information
johanstokking authored Nov 3, 2018
2 parents b9a912c + b967fc4 commit 70b3648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TheThingsNetwork.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <Arduino.h>
#include <Stream.h>
#ifdef ARDUINO_ARCH_AVR
#if defined(ARDUINO_ARCH_AVR) || defined(ARDUINO_ARCH_SAMD)
#include <avr/pgmspace.h>
#else
#include <pgmspace.h>
Expand Down

0 comments on commit 70b3648

Please sign in to comment.