Changed the way that the led colors are stored in the config file
[apps/native/gear-racing-car.git] / src / messages / message_manager.c
index 4dcc7e1..094cc73 100644 (file)
@@ -71,7 +71,7 @@ int message_manager_init()
                return 0;
        }
 
-       mgr.conn = udp_connection_create(DEFAULT_PORT); //TODO load from config
+       mgr.conn = udp_connection_create(DEFAULT_PORT);
        if (!mgr.conn) {
                return -1;
        }