From 4115af4fab7bb9731fafdbad5b871488fc290167 Mon Sep 17 00:00:00 2001 From: xianglunkai <1322099375@qq.com> Date: Wed, 12 Jul 2023 18:15:04 +0800 Subject: [PATCH] UARTDriver: revert add GCS.h --- libraries/AP_HAL_Linux/UARTDriver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_HAL_Linux/UARTDriver.cpp b/libraries/AP_HAL_Linux/UARTDriver.cpp index 455e214e9c9476..49ec0e08312a00 100644 --- a/libraries/AP_HAL_Linux/UARTDriver.cpp +++ b/libraries/AP_HAL_Linux/UARTDriver.cpp @@ -23,7 +23,7 @@ #include "TCPServerDevice.h" #include "UARTDevice.h" #include "UDPDevice.h" - +#include #if HAL_GCS_ENABLED #include #endif