From 8e8edb7f4d0026a8a983ea71ff88d388878188b9 Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Mon, 7 Jun 2021 13:24:12 +0200 Subject: [PATCH] fix quotes --- src/ProcessScheduler/Includes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ProcessScheduler/Includes.h b/src/ProcessScheduler/Includes.h index de21949..ef7b56e 100755 --- a/src/ProcessScheduler/Includes.h +++ b/src/ProcessScheduler/Includes.h @@ -86,7 +86,7 @@ typedef enum ProcessWarning #define DISABLE_SCHEDULER_ISR() #else - #error “This library only supports AVR and ESP8266 Boards.” + #error "This library only supports AVR and ESP8266 Boards." #endif