Skip to content

Commit

Permalink
Merge pull request #295 from giulcioffi/master
Browse files Browse the repository at this point in the history
Use __AVR__ define to make the library compilable for ArduinoCore-megaavr
  • Loading branch information
facchinm authored Oct 13, 2020
2 parents 3301d03 + c33ba76 commit 57126ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WiFiMDNSResponder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

#include <avr/pgmspace.h>
#ifndef ARDUINO_ARCH_AVR
#ifndef __AVR__
#include <strings.h>
#endif

Expand Down

0 comments on commit 57126ce

Please sign in to comment.