From 713eda617fbc365ef1d6f21532888511a95c39d0 Mon Sep 17 00:00:00 2001 From: Iampete1 Date: Wed, 10 Apr 2024 19:46:36 +0100 Subject: [PATCH] AP_Scripting: allow new flow control type in `set_flow_control` binding --- libraries/AP_Scripting/generator/description/bindings.desc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Scripting/generator/description/bindings.desc b/libraries/AP_Scripting/generator/description/bindings.desc index 4a6d050874..82aee36abf 100644 --- a/libraries/AP_Scripting/generator/description/bindings.desc +++ b/libraries/AP_Scripting/generator/description/bindings.desc @@ -397,7 +397,7 @@ ap_object AP_HAL::UARTDriver method read int16_t ap_object AP_HAL::UARTDriver manual readstring AP_HAL__UARTDriver_readstring 1 1 ap_object AP_HAL::UARTDriver method write uint32_t uint8_t'skip_check ap_object AP_HAL::UARTDriver method available uint32_t -ap_object AP_HAL::UARTDriver method set_flow_control void AP_HAL::UARTDriver::flow_control'enum AP_HAL::UARTDriver::FLOW_CONTROL_DISABLE AP_HAL::UARTDriver::FLOW_CONTROL_AUTO +ap_object AP_HAL::UARTDriver method set_flow_control void AP_HAL::UARTDriver::flow_control'enum AP_HAL::UARTDriver::FLOW_CONTROL_DISABLE AP_HAL::UARTDriver::FLOW_CONTROL_RTS_DE singleton AP_SerialManager rename serial singleton AP_SerialManager depends HAL_GCS_ENABLED