fixed SPIDevice overloading issue

This commit is contained in:
Iveta
2024-01-28 11:10:11 +02:00
parent a3e345bbcb
commit 436e7a7336

View File

@@ -29,6 +29,7 @@ namespace sta
*/ */
SPIDevice(SPI * intf, GpioPin * csPin); SPIDevice(SPI * intf, GpioPin * csPin);
using Device::transfer;
/** /**
* @brief Send and receive data simultaneously. * @brief Send and receive data simultaneously.
* *