From 8a6d85528584060fdca0dcf552112fbcc72df74b Mon Sep 17 00:00:00 2001 From: Felix Biego <45796740+fbiego@users.noreply.github.com> Date: Fri, 29 Nov 2024 10:22:16 +0300 Subject: [PATCH] Update hal/esp32/app_hal.h Co-authored-by: Gabor Kiss-Vamosi --- hal/esp32/app_hal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hal/esp32/app_hal.h b/hal/esp32/app_hal.h index 58a5b9d..5cdfe96 100644 --- a/hal/esp32/app_hal.h +++ b/hal/esp32/app_hal.h @@ -1,5 +1,5 @@ -#ifndef DRIVER_H -#define DRIVER_H +#ifndef APP_HAL_H +#define APP_HAL_H #ifdef __cplusplus extern "C" {