Skip to content

Commit

Permalink
Update PortduinoGlue.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
fifieldt authored Sep 22, 2024
1 parent 0661982 commit 8a4ea86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/portduino/PortduinoGlue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ void portduinoSetup()
return;
}

int initGPIOPin(int pinNum, const std::string& gpioChipName)
int initGPIOPin(int pinNum, const std::string gpioChipName)
{
#ifdef PORTDUINO_LINUX_HARDWARE
std::string gpio_name = "GPIO" + std::to_string(pinNum);
Expand Down

0 comments on commit 8a4ea86

Please sign in to comment.