support compilation on XR809 platform - part 1

This commit is contained in:
openshwprojects
2022-02-12 15:25:12 +01:00
parent 4032df547d
commit d6278bae7d
4 changed files with 60 additions and 1 deletions

View File

@ -43,7 +43,7 @@ void misc_formatUpTimeString(int totalSeconds, char *o);
// poststr with format - for results LESS THAN 128
int hprintf128(http_request_t *request, const char *fmt, ...);
enum {
typedef enum {
HTTP_ANY = -1,
HTTP_GET = 0,
HTTP_PUT = 1,