From 4c88fcc4a57b1fae7b6edaf42034945d5ac24a89 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 20 Jan 2023 09:48:29 +1100 Subject: fix build issues with new pipeline --- src/drivers/display.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/drivers/display.cpp') diff --git a/src/drivers/display.cpp b/src/drivers/display.cpp index ba5d08d3..8aaca4a4 100644 --- a/src/drivers/display.cpp +++ b/src/drivers/display.cpp @@ -74,7 +74,6 @@ static void IRAM_ATTR post_cb(spi_transaction_t* transaction) { auto Display::create(GpioExpander* expander, const displays::InitialisationData& init_data) -> cpp::result, Error> { - expander->with( [&](auto& gpio) { gpio.set_pin(GpioExpander::DISPLAY_LED, 1); }); -- cgit v1.2.3