Added a sanity check and more clean-ups.

This commit is contained in:
OBattler
2022-02-20 14:19:38 +01:00
parent 01e0609ab6
commit c19b06d404
4 changed files with 2 additions and 52 deletions

View File

@@ -105,8 +105,6 @@ extern netdev_t network_devs[32];
/* Function prototypes. */
extern void network_wait(uint8_t wait);
extern void network_busy(uint8_t set);
extern void network_end(void);
extern void network_init(void);
extern void network_attach(void *, uint8_t *, NETRXCB, NETWAITCB, NETSETLINKSTATE);