esp32s3_partition.h: fix typos (S3S3 -> S3)

This commit is contained in:
YAMAMOTO Takashi 2023-12-07 11:25:23 +09:00 committed by Xiang Xiao
parent c079b82c37
commit 8930aae423

View File

@ -18,8 +18,8 @@
* *
****************************************************************************/ ****************************************************************************/
#ifndef __ARCH_XTENSA_SRC_ESP32S3S3_ESP32S3S3_PARTITION_H #ifndef __ARCH_XTENSA_SRC_ESP32S3_ESP32S3_PARTITION_H
#define __ARCH_XTENSA_SRC_ESP32S3S3_ESP32S3S3_PARTITION_H #define __ARCH_XTENSA_SRC_ESP32S3_ESP32S3_PARTITION_H
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
@ -109,4 +109,4 @@ int esp32s3_partition_write(const char *label, size_t offset, void *buf,
#undef EXTERN #undef EXTERN
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
#endif /* __ARCH_XTENSA_SRC_ESP32S3S3_ESP32S3S3_PARTITION_H */ #endif /* __ARCH_XTENSA_SRC_ESP32S3_ESP32S3_PARTITION_H */