Skip to content

Commit 7c41c76

Browse files
authored
ZephyrUDP: add missing pragma once into header file
This is needed to avoid multiple definitions error
1 parent 93ad66d commit 7c41c76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/SocketWrapper/ZephyrUDP.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1818
*/
1919

20+
#pragma once
21+
2022
#include "Arduino.h"
2123
#include "SocketWrapper.h"
2224
#include "api/Udp.h"

0 commit comments

Comments
 (0)