projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when writing...
[pub/USBasp.git]
/
Projects
/
Webserver
/
Lib
/
uip
/
uipopt.h
diff --git
a/Projects/Webserver/Lib/uip/uipopt.h
b/Projects/Webserver/Lib/uip/uipopt.h
index
c8b3ad5
..
244ce1d
100644
(file)
--- a/
Projects/Webserver/Lib/uip/uipopt.h
+++ b/
Projects/Webserver/Lib/uip/uipopt.h
@@
-626,6
+626,8
@@
void uip_log(char *msg);
#include <stdbool.h>
#include <stdint.h>
#include <stdbool.h>
#include <stdint.h>
+#include "timer.h"
+
typedef uint8_t u8_t;
typedef uint16_t u16_t;
typedef uint32_t u32_t;
typedef uint8_t u8_t;
typedef uint16_t u16_t;
typedef uint32_t u32_t;
@@
-689,7
+691,7
@@
typedef union
uint8_t CurrentState;
uint8_t NextState;
uint8_t CurrentState;
uint8_t NextState;
- char FileName[
30
];
+ char FileName[
MAX_URI_LENGTH
];
FIL FileHandle;
bool FileOpen;
uint32_t ACKedFilePos;
FIL FileHandle;
bool FileOpen;
uint32_t ACKedFilePos;
@@
-716,8
+718,8
@@
typedef union
{
struct
{
{
struct
{
- uint8_t CurrentState;
- struct
uip_udp_conn* Connection
;
+ uint8_t
CurrentState;
+ struct
timer Timeout
;
struct
{
struct
{