Skip to content

Commit

Permalink
Update PortduinoGlue.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
fifieldt committed Sep 23, 2024
1 parent 72c2192 commit e96266a
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 e96266a

Please sign in to comment.