From c75cfbf7c7ace8ce5341837927e7262f91d39397 Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Tue, 11 Feb 2025 18:18:58 +0000 Subject: [PATCH] Cleanup --- Boards.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Boards.h b/Boards.h index d65421a..3a9e571 100644 --- a/Boards.h +++ b/Boards.h @@ -780,8 +780,6 @@ } }; #elif BOARD_VARIANT == MODEL_AC // SX1280 with PA - //#define CONFIG_UART_BUFFER_SIZE 40000 - //#define CONFIG_QUEUE_0_SIZE 40000 #define CONFIG_QUEUE_0_SIZE 6144 const uint8_t interfaces[INTERFACE_COUNT] = {SX1280}; const bool interface_cfg[INTERFACE_COUNT][3] = { @@ -1303,6 +1301,7 @@ -1 // pin_tcxo_enable } }; + #endif @@ -1487,5 +1486,4 @@ #ifndef NP_M #define NP_M 0.15 #endif - #endif