Add globals.c in [03_m1284p_WIZNET_loopback_STATIC_IP]

This commit is contained in:
maxxir_w
2019-03-12 13:33:20 +04:00
parent 5f09015a4e
commit 1338fb35dd
3 changed files with 31 additions and 20 deletions

View File

@@ -13,6 +13,9 @@
#include <avr/pgmspace.h>
#include "avr/wdt.h" // WatchDog
#include "Ethernet/socket.h"
#include "Ethernet/wizchip_conf.h"
//******************************* Fat FS declare related: BEGIN
/*
#include "string.h"
@@ -36,7 +39,7 @@ static FATFS Fatfs; //File system object for each logical drive. >= 2
#define PRINTF(...)
#endif
//#define IP_WORK
#define IP_WORK
extern unsigned long millis(void);
extern int freeRam (void);
@@ -57,5 +60,6 @@ extern const char compile_date[] PROGMEM;
extern const char compile_time[] PROGMEM;
extern const char str_prog_name[] PROGMEM;
extern wiz_NetInfo netInfo;
#endif /* GLOBALS_H_ */