We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92f7b60 + f7bf675 commit 13b0354Copy full SHA for 13b0354
src/decompress/utility.h
@@ -1,5 +1,5 @@
1
-#ifndef ESP_OTA_UTILITY_H_
2
-#define ESP_OTA_UTILITY_H_
+#ifndef ESP32_OTA_UTILITY_H_
+#define ESP32_OTA_UTILITY_H_
3
4
/**************************************************************************************
5
INCLUDE
@@ -53,4 +53,4 @@ union OtaHeader
53
54
uint32_t crc_update(uint32_t crc, const void * data, size_t data_len);
55
56
-#endif /* ESP_OTA_UTILITY_H_ */
+#endif /* ESP32_OTA_UTILITY_H_ */
0 commit comments