From 2cea90eefe49063118cafab371457ca83d5f618c Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Thu, 22 Nov 2018 17:57:07 +1100 Subject: [PATCH] AP_Vehicle: remove ancient, misleading Arduino comment --- libraries/AP_Vehicle/AP_Vehicle_Type.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libraries/AP_Vehicle/AP_Vehicle_Type.h b/libraries/AP_Vehicle/AP_Vehicle_Type.h index af01c6cc2e..74c2dc0f9f 100644 --- a/libraries/AP_Vehicle/AP_Vehicle_Type.h +++ b/libraries/AP_Vehicle/AP_Vehicle_Type.h @@ -15,9 +15,7 @@ #pragma once /* - define common vehicle build types. Note that the APM_BUILD_DIRECTORY - define is only available with makefile based build, not with - arduino. + define common vehicle build types. Also note that code needs to support other APM_BUILD_DIRECTORY values for example sketches */