Commit 7375893245ac9c0c623299453bc5040585107cba
1 parent
4a31dadf
--no commit message
Showing
1 changed file
with
1 additions
and
0 deletions
Project/applications/smartcities/include/httpClient.h
... | ... | @@ -12,6 +12,7 @@ |
12 | 12 | #include "lwip/sys.h" |
13 | 13 | #include "lwip/api.h" |
14 | 14 | #include "ch.h" |
15 | +#include "globals.h" | |
15 | 16 | |
16 | 17 | #define DBG(fmt,...) if(1){printf("[SRV] "fmt"\r\n", ##__VA_ARGS__);}else{({});} |
17 | 18 | #define DBG_WARNING(fmt,...) if(1){printf("[SRV_WARNING] "fmt"\r\n", ##__VA_ARGS__);}else{({});} | ... | ... |