Fixed compile warnings

This commit is contained in:
CarlWachter
2025-03-27 13:31:06 +01:00
parent 4f3b9953ea
commit becbf4327f
3 changed files with 4 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ namespace sta
*/
SPI(const SPISettings & settings, Mutex * mutex = nullptr);
using Interface::transfer;
/**
* @brief Send and receive data simultaneously.
*