Sign in
Imanol-Mikel Barba Sabariego
/
smartcities
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
21a954381b713885b461f74eb122acda59093ae6
Authored by
Maria Jorba Brosa
2014-03-17 20:04:13 +0000
1 parent
8a516852
--no commit message
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
Project/applications/smartcities/main.c
Project/applications/smartcities/main.c
View file @
21a9543
@@ -42,6 +42,8 @@ int main(void)
@@ -42,6 +42,8 @@ int main(void)
42
42
43
tcpClient_init();
43
tcpClient_init();
44
44
45
+ tcpClient_establishConnectionL(SERVER_IP, SERVER_PORT);
46
+
45
printf("Hello, World!\n");
47
printf("Hello, World!\n");
46
48
47
for(;;)
49
for(;;)