Skip to content

Commit 49c9fb5

Browse files
committed
SingalHandler: undef INADDR_NONE
1 parent 11dba5b commit 49c9fb5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ArduinoCore-Linux/cores/arduino/SignalHandler.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
#include <map>
2626
#include <algorithm>
2727

28+
#undef INADDR_NONE
29+
2830
// Generic signal handler utility
2931
class SignalHandler {
3032
public:

0 commit comments

Comments
 (0)