From 8930aae4231aa7425c1b306dec609cd4e76a9651 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 7 Dec 2023 11:25:23 +0900 Subject: [PATCH] esp32s3_partition.h: fix typos (S3S3 -> S3) --- arch/xtensa/src/esp32s3/esp32s3_partition.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/xtensa/src/esp32s3/esp32s3_partition.h b/arch/xtensa/src/esp32s3/esp32s3_partition.h index 536d2c23d7..50b614fbc6 100644 --- a/arch/xtensa/src/esp32s3/esp32s3_partition.h +++ b/arch/xtensa/src/esp32s3/esp32s3_partition.h @@ -18,8 +18,8 @@ * ****************************************************************************/ -#ifndef __ARCH_XTENSA_SRC_ESP32S3S3_ESP32S3S3_PARTITION_H -#define __ARCH_XTENSA_SRC_ESP32S3S3_ESP32S3S3_PARTITION_H +#ifndef __ARCH_XTENSA_SRC_ESP32S3_ESP32S3_PARTITION_H +#define __ARCH_XTENSA_SRC_ESP32S3_ESP32S3_PARTITION_H /**************************************************************************** * Included Files @@ -109,4 +109,4 @@ int esp32s3_partition_write(const char *label, size_t offset, void *buf, #undef EXTERN #endif /* __ASSEMBLY__ */ -#endif /* __ARCH_XTENSA_SRC_ESP32S3S3_ESP32S3S3_PARTITION_H */ +#endif /* __ARCH_XTENSA_SRC_ESP32S3_ESP32S3_PARTITION_H */