More porting to RTL837x architecture of psock

This commit is contained in:
logicog
2025-07-12 16:11:51 +02:00
parent b192a87cab
commit 8d4b102e97
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -119,9 +119,9 @@ struct psock {
struct psock_buf buf; /* The structure holding the state of the
input buffer. */
unsigned int bufsize; /* The size of the input buffer. */
u16_t bufsize; /* The size of the input buffer. */
unsigned char state; /* The state of the protosocket. */
u8_t state; /* The state of the protosocket. */
};
void psock_init(__xdata struct psock *psock, register __xdata char *buffer, register uint16_t buffersize);