From 5c64e5f584bc0161af0c0d904d4e74db45e44451 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 17 Feb 2017 12:43:04 +0000 Subject: Include supplementary libs and fix include Change-Id: I521ededa95c3b5f4507b86f162f04bf28474e440 Signed-off-by: Romain Forlot --- src/obd2.hpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/obd2.hpp') diff --git a/src/obd2.hpp b/src/obd2.hpp index cd362c79..166773c6 100644 --- a/src/obd2.hpp +++ b/src/obd2.hpp @@ -15,14 +15,7 @@ * limitations under the License. */ -/* - * A representation of an OBD-II PID. - * - * pid - The 1 byte PID. - * name - A human readable name to use for this PID when published. - * frequency - The frequency to request this PID if supported by the vehicle - * when automatic, recurring OBD-II requests are enabled. - */ +#include "uds/uds.h" enum UNIT { POURCENT, -- cgit 1.2.3-korg