summaryrefslogtreecommitdiff
path: root/src/drivers/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/include')
-rw-r--r--src/drivers/include/drivers/spi.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/include/drivers/spi.hpp b/src/drivers/include/drivers/spi.hpp
index 60638f71..95b002b4 100644
--- a/src/drivers/include/drivers/spi.hpp
+++ b/src/drivers/include/drivers/spi.hpp
@@ -13,6 +13,6 @@ namespace drivers {
esp_err_t init_spi(void);
esp_err_t deinit_spi(void);
-std::lock_guard<std::mutex> acquire_spi(void);
+int acquire_spi(void);
} // namespace drivers