Fixed a compile-breaking type mismatch.

This commit is contained in:
OBattler
2020-07-12 21:00:36 +02:00
parent e19ceda157
commit 6df9ed73a7

View File

@@ -141,7 +141,7 @@ 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_timer_stop(void);
extern void network_queue_put(int tx, void *priv, uint8_t *data, int len);