All EIVE changes

This commit is contained in:
2022-02-02 12:02:58 +01:00
parent bf5a11cbd3
commit d8c5bd125e
23 changed files with 237 additions and 61 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;
}