We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1dd840 commit 2326b49Copy full SHA for 2326b49
ports/espressif/common-hal/socketpool/Socket.h
@@ -24,8 +24,7 @@
24
* THE SOFTWARE.
25
*/
26
27
-#ifndef MICROPY_INCLUDED_ESPRESSIF_COMMON_HAL_SOCKETPOOL_SOCKET_H
28
-#define MICROPY_INCLUDED_ESPRESSIF_COMMON_HAL_SOCKETPOOL_SOCKET_H
+#pragma once
29
30
#include "py/obj.h"
31
@@ -49,5 +48,3 @@ typedef struct {
49
48
} socketpool_socket_obj_t;
50
51
void socket_user_reset(void);
52
-
53
-#endif // MICROPY_INCLUDED_ESPRESSIF_COMMON_HAL_SOCKETPOOL_SOCKET_H
0 commit comments