Update GPIO header inclusion in llcc68 template file

- Replaced the inclusion of `<driver/gpio.h>` with `<soc/gpio_num.h>` to align with the updated GPIO handling in the llcc68 component.
This commit is contained in:
2025-05-19 18:09:28 +08:00
parent b99d063bd8
commit 4602468822

View File

@ -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" #error "this file is a template; copy it to `app_const_llcc68.hpp` and modify the values; then remove this error"
#endif #endif
#include <driver/gpio.h> #include <soc/gpio_num.h>
namespace app::driver::llcc68 { namespace app::driver::llcc68 {
/// @brief special pin number for no connection /// @brief special pin number for no connection
constexpr auto NC_PIN = GPIO_NUM_NC; constexpr auto NC_PIN = GPIO_NUM_NC;