From 3086fad767e0f9ce9d9296d0df5bf8d66e109b73 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Wed, 9 Feb 2022 14:04:01 +0000 Subject: [PATCH] Update TFT_eSPI_STM32.h --- Processors/TFT_eSPI_STM32.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Processors/TFT_eSPI_STM32.h b/Processors/TFT_eSPI_STM32.h index 6577ca7..13d74f8 100644 --- a/Processors/TFT_eSPI_STM32.h +++ b/Processors/TFT_eSPI_STM32.h @@ -22,8 +22,8 @@ #define SUPPORT_TRANSACTIONS #endif -#ifndef tft_Write_16N(C) - #define tft_Write_16N(C) tft_Write_16(C) +#ifndef tft_Write_16N + #define tft_Write_16N tft_Write_16 #endif ////////////////////////////////////////////////////////////////////////////////////////