net.h 132 B

123456789
  1. #ifndef __NET_H
  2. #define __NET_H
  3. #include "includes.h"
  4. #include "lwip/sockets.h"
  5. #define TCP_PORT 8080
  6. void net_task(void);
  7. #endif