reference returned now
This commit is contained in:
parent
c6e145f17d
commit
9a995a9b5c
@ -19,7 +19,7 @@ void GpioCookie::addGpio(gpioId_t gpioId, GpioConfig_t gpioConfig){
|
||||
}
|
||||
}
|
||||
|
||||
GpioMap GpioCookie::getGpioMap() const{
|
||||
GpioMap& GpioCookie::getGpioMap() const {
|
||||
return gpioMap;
|
||||
}
|
||||
|
||||
|
@ -65,7 +65,7 @@ public:
|
||||
/**
|
||||
* @brief Get map with registered GPIOs.
|
||||
*/
|
||||
GpioMap getGpioMap() const;
|
||||
GpioMap& getGpioMap() const;
|
||||
|
||||
private:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user