From 78685d48b8c350c8a042cf966da782cd7d59764d Mon Sep 17 00:00:00 2001 From: Bodmer Date: Wed, 9 Feb 2022 14:02:41 +0000 Subject: [PATCH] Update TFT_eSPI_RP2040.h --- Processors/TFT_eSPI_RP2040.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Processors/TFT_eSPI_RP2040.h b/Processors/TFT_eSPI_RP2040.h index 13110cb..3a461f9 100644 --- a/Processors/TFT_eSPI_RP2040.h +++ b/Processors/TFT_eSPI_RP2040.h @@ -107,8 +107,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 ////////////////////////////////////////////////////////////////////////////////////////