SPI update, Version bump #22

Merged
meierj merged 52 commits from mueller/spi-com-if-tested into develop 2021-03-04 18:23:43 +01: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: