mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-14 01:05:16 +00:00
darn you, trunk. foiled my cunning plan.
This commit is contained in:
parent
53bd9de9b8
commit
85e0372d26
@ -347,7 +347,7 @@ void portduinoSetup()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
int initGPIOPin(int pinNum, const std::string& gpioChipName)
|
int initGPIOPin(int pinNum, const std::string &gpioChipName)
|
||||||
{
|
{
|
||||||
std::string gpio_name = "GPIO" + std::to_string(pinNum);
|
std::string gpio_name = "GPIO" + std::to_string(pinNum);
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user