From b17da3eec6a2545d19605822b0c045dad6b270b7 Mon Sep 17 00:00:00 2001 From: ahiuchingau <20424172+ahiuchingau@users.noreply.github.com> Date: Fri, 16 Aug 2024 11:17:19 -0400 Subject: [PATCH] oops --- .../thermocycler-gen2/thermocycler-gen2/host_comms_task.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm32-modules/include/thermocycler-gen2/thermocycler-gen2/host_comms_task.hpp b/stm32-modules/include/thermocycler-gen2/thermocycler-gen2/host_comms_task.hpp index f024b3055..4cb1523c6 100644 --- a/stm32-modules/include/thermocycler-gen2/thermocycler-gen2/host_comms_task.hpp +++ b/stm32-modules/include/thermocycler-gen2/thermocycler-gen2/host_comms_task.hpp @@ -763,7 +763,7 @@ class HostCommsTask { template requires std::forward_iterator && - std::sized_sentinel_f-flashInputLimit, InputIt> + std::sized_sentinel_for auto visit_gcode(const gcode::GetLidTemperatureDebug& gcode, InputIt tx_into, InputLimit tx_limit) -> std::pair {