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:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user