mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-28 17:11:23 +02:00
Fix windows build.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -53,7 +53,7 @@ typedef enum {
|
||||
typedef struct {
|
||||
bool in_use;
|
||||
#ifdef ENABLE_EMULATION
|
||||
int sock;
|
||||
intptr_t sock;
|
||||
#else
|
||||
struct tcp_pcb *pcb;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user