From da3537173761872ef643166c6ced509c92504132 Mon Sep 17 00:00:00 2001 From: ShikyC Date: Mon, 29 Jan 2024 00:53:18 -0800 Subject: [PATCH] Silly typo --- ESP32-S3-Analog/params.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ESP32-S3-Analog/params.h b/ESP32-S3-Analog/params.h index 82d0dc0..a8694e3 100644 --- a/ESP32-S3-Analog/params.h +++ b/ESP32-S3-Analog/params.h @@ -21,10 +21,10 @@ #define P2_R_DON_SENS 1.0 #define P2_R_KAT_SENS 1.0 -/******************************************************** - CHANGING THE FOLLOWING PARAMETERS ARE NOT RECOMMENDED - UNLESS YOU KNOW HOW THEY WORKS -**********************************************************/ +/********************************************** + CHANGING THE FOLLOWING PARAMETERS ARE NOT + RECOMMENDED UNLESS YOU KNOW HOW THEY WORK +***********************************************/ // Cache length must be the power of 2 (8, 16, 32, etc.) // See cache.h for the reason