From 0cc54145dfb939a0fb8d124ff661b2f8717f68b7 Mon Sep 17 00:00:00 2001 From: Tinyu Date: Mon, 24 Jun 2024 11:01:02 +0800 Subject: [PATCH] Update M5StickCPlus.h --- src/M5StickCPlus.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/M5StickCPlus.h b/src/M5StickCPlus.h index c116405..3a70f9e 100644 --- a/src/M5StickCPlus.h +++ b/src/M5StickCPlus.h @@ -116,7 +116,7 @@ extern M5StickCPlus M5; #define IMU Imu #else -#error “This library only supports boards with ESP32 processor.” +#error "This library only supports boards with ESP32 processor." #endif -#endif \ No newline at end of file +#endif