Files
ch32v203-eth-node/include/system_init.h

10 lines
134 B
C

#ifndef SYSTEM_INIT_H
#define SYSTEM_INIT_H
#define W5500_INIT_DELAY_MS 55
void init_system(void);
int wait_for_dhcp(void);
#endif