Update doc

This commit is contained in:
Henrik Stickann
2022-05-10 02:11:40 +02:00
parent 460f4e3c25
commit e4f5e3cd2e
3 changed files with 49 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ namespace sta
return pin_;
}
uint8_t STM32GpioPin::getIndex() const
uint8_t STM32GpioPin::getPortIndex() const
{
return GPIO_GET_INDEX(port_);
}