A number of bugfixes.

This commit is contained in:
OBattler
2020-07-12 20:20:06 +02:00
parent 2788ea59bf
commit be9d369a91
4 changed files with 19 additions and 2 deletions

View File

@@ -141,6 +141,8 @@ extern const device_t *network_card_getdevice(int);
extern void network_set_wait(int wait);
extern int network_get_wait(void);
extern int network_timer_stop(void);
extern void network_queue_put(int tx, void *priv, uint8_t *data, int len);
#ifdef __cplusplus