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
22 changed files with 41 additions and 687 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; return gpioMap;
} }

View File

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