Update to v1.1.0 #29

Merged
muellerr merged 427 commits from develop into master 2021-04-25 12:43:23 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9a995a9b5c - Show all commits

View File

@ -19,7 +19,7 @@ void GpioCookie::addGpio(gpioId_t gpioId, GpioConfig_t gpioConfig){
}
}
GpioMap GpioCookie::getGpioMap() const{
GpioMap& GpioCookie::getGpioMap() const {
return gpioMap;
}

View File

@ -65,7 +65,7 @@ public:
/**
* @brief Get map with registered GPIOs.
*/
GpioMap getGpioMap() const;
GpioMap& getGpioMap() const;
private: