Просмотр исходного кода

coredump: Fixes core dump private header inclusion guard

Alexey Gerenkov 5 лет назад
Родитель
Сommit
6d7aa57177
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      components/espcoredump/include_core_dump/esp_core_dump_priv.h

+ 2 - 2
components/espcoredump/include_core_dump/esp_core_dump_priv.h

@@ -11,8 +11,8 @@
 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 // See the License for the specific language governing permissions and
 // limitations under the License.
-#ifndef ESP_CORE_DUMP_H_
-#define ESP_CORE_DUMP_H_
+#ifndef ESP_CORE_DUMP_PRIV_H_
+#define ESP_CORE_DUMP_PRIV_H_
 
 #ifdef __cplusplus
 extern "C" {