From 21a954381b713885b461f74eb122acda59093ae6 Mon Sep 17 00:00:00 2001 From: Maria Jorba Brosa Date: Mon, 17 Mar 2014 20:04:13 +0000 Subject: [PATCH] --- Project/applications/smartcities/main.c | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/Project/applications/smartcities/main.c b/Project/applications/smartcities/main.c index 94809f6..b8f823e 100644 --- a/Project/applications/smartcities/main.c +++ b/Project/applications/smartcities/main.c @@ -42,6 +42,8 @@ int main(void) tcpClient_init(); + tcpClient_establishConnectionL(SERVER_IP, SERVER_PORT); + printf("Hello, World!\n"); for(;;) -- libgit2 0.22.2