Skip to content

Commit 13b0354

Browse files
authored
Merge pull request #8 from bcmi-labs/rename-2
Rename ESP to ESP32: Missed file
2 parents 92f7b60 + f7bf675 commit 13b0354

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/decompress/utility.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef ESP_OTA_UTILITY_H_
2-
#define ESP_OTA_UTILITY_H_
1+
#ifndef ESP32_OTA_UTILITY_H_
2+
#define ESP32_OTA_UTILITY_H_
33

44
/**************************************************************************************
55
INCLUDE
@@ -53,4 +53,4 @@ union OtaHeader
5353

5454
uint32_t crc_update(uint32_t crc, const void * data, size_t data_len);
5555

56-
#endif /* ESP_OTA_UTILITY_H_ */
56+
#endif /* ESP32_OTA_UTILITY_H_ */

0 commit comments

Comments
 (0)