Commit 320b770869555ff28fd468bd6605857a155b4719
1 parent
461ab220
--no commit message
Showing
2 changed files
with
2 additions
and
2 deletions
Project/applications/smartcities/include/buffer.h
@@ -17,6 +17,6 @@ | @@ -17,6 +17,6 @@ | ||
17 | void put_message(char* info, char** buf,uint32_t* index); | 17 | void put_message(char* info, char** buf,uint32_t* index); |
18 | int check_memory(void); | 18 | int check_memory(void); |
19 | int send(char** buf, uint32_t index, char *provider_ID, char *sensor_ID); | 19 | int send(char** buf, uint32_t index, char *provider_ID, char *sensor_ID); |
20 | - | 20 | +void destroy(char** buf); |
21 | 21 | ||
22 | #endif | 22 | #endif |
23 | \ No newline at end of file | 23 | \ No newline at end of file |
Project/applications/smartcities/main.c