resolving "some" errors

LOG_EDBUG and printf don't seem to do anything
This commit is contained in:
joran2738
2023-11-06 22:23:11 +01:00
parent 5dd2599747
commit 5df86b3b83
3 changed files with 36 additions and 41 deletions

View File

@@ -8,6 +8,11 @@
#ifndef INC_UDP_BROADCAST_H_
#define INC_UDP_BROADCAST_H_
#include <string.h>
#include <stdint.h>
#include <stdlib.h>
#include "lwip/netif.h"
#include "lwip.h"
typedef struct {
char* name;
char* surname;