Comments.
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 22 Mar 2017 17:58:12 +0000 (17:58 +0000)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 23 Mar 2017 13:42:43 +0000 (14:42 +0100)
Point to branch v1.0 instead of master

Change-Id: I70b6b0e35dbbdd78840fda893c6028b2e3975afc
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
docs/2-Installation.md
src/diagnostic/diagnostic-manager.cpp

index 595d11e..784a062 100644 (file)
@@ -160,7 +160,7 @@ Execute the following commands from this repository:
 
 ```bash
 $ cd $WD
-$ git clone https://github.com/iotbzh/CAN_signaling
+$ git clone https://github.com/iotbzh/CAN_signaling -b v1.0
 $ cd CAN_signaling
 $ git submodule init
 $ git submodule update
index fcfd199..d236160 100644 (file)
@@ -411,7 +411,8 @@ bool diagnostic_manager_t::conflicting(active_diagnostic_request_t* request, act
 }
 
 
-/// @brief Returns true if there are no other active requests to the same arbitration ID.
+/// @brief Returns true if there are no other active requests to the same arbitration ID
+/// and if there aren't more than 8 requests in flight at the same time.
 bool diagnostic_manager_t::clear_to_send(active_diagnostic_request_t* request) const
 {
        int total_in_flight = 0;