From b7b0660fb956bc5b055061f09e1775e8dca1e644 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Wed, 9 Feb 2022 14:01:17 +0000 Subject: [PATCH] Update TFT_eSPI_Generic.h --- Processors/TFT_eSPI_Generic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Processors/TFT_eSPI_Generic.h b/Processors/TFT_eSPI_Generic.h index 4a39856..02b5d46 100644 --- a/Processors/TFT_eSPI_Generic.h +++ b/Processors/TFT_eSPI_Generic.h @@ -36,8 +36,8 @@ //#include #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 ////////////////////////////////////////////////////////////////////////////////////////