mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 02:02:23 +00:00
darn you, trunk. foiled my cunning plan.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user