From 01be69eca1fa89c047fc29f5cb0ea8ba0898dad1 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 7 Dec 2022 15:36:47 +1100 Subject: better handling of chunk buffer --- src/drivers/include/storage.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/include/storage.hpp') diff --git a/src/drivers/include/storage.hpp b/src/drivers/include/storage.hpp index aa736793..64ce4782 100644 --- a/src/drivers/include/storage.hpp +++ b/src/drivers/include/storage.hpp @@ -26,7 +26,7 @@ class SdStorage { }; static auto create(GpioExpander* gpio) - -> cpp::result, Error>; + -> cpp::result, Error>; SdStorage(GpioExpander* gpio, esp_err_t (*do_transaction)(sdspi_dev_handle_t, sdmmc_command_t*), -- cgit v1.2.3