Fixed typo in function name 27/189427/2
authorKrzysztof Wieclaw <k.wieclaw@samsung.com>
Mon, 17 Sep 2018 13:31:04 +0000 (15:31 +0200)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Fri, 21 Sep 2018 08:20:35 +0000 (08:20 +0000)
Change-Id: Ia44d5bc2bc89e52cfb705536986723214117f8fc
Signed-off-by: Krzysztof Wieclaw <k.wieclaw@samsung.com>
inc/car_connection_manager.h

index fbf68c3..7cacc8f 100644 (file)
@@ -74,7 +74,7 @@ void car_connection_manager_disconnect();
  * @brief Sends data about driving.
  * @param[in] command command to be
  */
-int car_connection_send_command(command_s command);
+int car_connection_manager_send_command(command_s command);
 
 /**
  * @brief Destroys connection manager.