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.
1 parent 32fba1d commit f7bf675Copy full SHA for f7bf675
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