rtd handler compiled

This commit is contained in:
2021-03-13 14:42:30 +01:00
parent d1eaa88772
commit a2044d38bc
18 changed files with 431 additions and 70 deletions

View File

@ -23,7 +23,7 @@ public:
virtual ~GpioCookie();
ReturnValue_t addGpio(gpioId_t gpioId, GpiodRegular& gpioConfig);
ReturnValue_t addGpio(gpioId_t gpioId, GpioBase* gpioConfig);
/**
* @brief Get map with registered GPIOs.
*/