Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of HTTPClient by
Diff: data/HTTPFile.h
- Revision:
- 25:76084defa790
- Parent:
- 23:517fec8b8b99
- Child:
- 32:7b9919d59194
--- a/data/HTTPFile.h Sat Mar 15 22:18:30 2014 +0000
+++ b/data/HTTPFile.h Sun Mar 23 20:40:05 2014 +0000
@@ -1,6 +1,6 @@
#ifndef HTTPFILE_H
#define HTTPFILE_H
-#if 0
+#if 1
#include <mbed.h>
#include "../IHTTPData.h"
@@ -49,4 +49,4 @@
bool m_chunked;
};
#endif
-#endif
\ No newline at end of file
+#endif // HTTPFILE_H
\ No newline at end of file
