From 460246882251ed1b15b627a50329f2a38f5c9a4b Mon Sep 17 00:00:00 2001 From: crosstyan Date: Mon, 19 May 2025 18:09:28 +0800 Subject: [PATCH] Update GPIO header inclusion in llcc68 template file - Replaced the inclusion of `` with `` to align with the updated GPIO handling in the llcc68 component. --- inc/template/app_const_llcc68_template.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/template/app_const_llcc68_template.hpp b/inc/template/app_const_llcc68_template.hpp index 055bb96..4d38ae0 100644 --- a/inc/template/app_const_llcc68_template.hpp +++ b/inc/template/app_const_llcc68_template.hpp @@ -11,7 +11,7 @@ #error "this file is a template; copy it to `app_const_llcc68.hpp` and modify the values; then remove this error" #endif -#include +#include namespace app::driver::llcc68 { /// @brief special pin number for no connection constexpr auto NC_PIN = GPIO_NUM_NC;