GPIO update

This commit is contained in:
2022-03-07 16:07:01 +01:00
parent 5912ddd2a2
commit 5ddac36314
6 changed files with 21 additions and 16 deletions

View File

@ -7,7 +7,7 @@
ReturnValue_t gpio::createRpiGpioConfig(GpioCookie* cookie, gpioId_t gpioId, int bcmPin,
std::string consumer, gpio::Direction direction,
int initValue) {
gpio::Levels initValue) {
if (cookie == nullptr) {
return HasReturnvaluesIF::RETURN_FAILED;
}