Fix bug #48436: Naming clash for timers.c (with FreeRTOS)

Rename timers.* to timeouts.*
This commit is contained in:
Dirk Ziegelmeier
2016-07-19 12:44:12 +02:00
parent 6adeb706a6
commit 5d4c1432c2
11 changed files with 13 additions and 13 deletions

View File

@@ -48,7 +48,7 @@
#include "lwip/apps/sntp.h"
#include "lwip/opt.h"
#include "lwip/timers.h"
#include "lwip/timeouts.h"
#include "lwip/udp.h"
#include "lwip/dns.h"
#include "lwip/ip_addr.h"