From cae41db8b8d8710bdabe0c4f4a1b309c7d814691 Mon Sep 17 00:00:00 2001 From: Alexey Gerenkov Date: Wed, 8 Jul 2020 20:39:51 +0300 Subject: [PATCH] coredump: Fixes core dump private header inclusion guard --- components/espcoredump/include_core_dump/esp_core_dump_priv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/espcoredump/include_core_dump/esp_core_dump_priv.h b/components/espcoredump/include_core_dump/esp_core_dump_priv.h index 8e6aa6e432..32b2a341ba 100644 --- a/components/espcoredump/include_core_dump/esp_core_dump_priv.h +++ b/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" {