mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
darn you, trunk. foiled my cunning plan.
This commit is contained in:
@@ -347,7 +347,7 @@ void portduinoSetup()
|
||||
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);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user