From 6792a5b20bce36a812c2df8857f74b897494e962 Mon Sep 17 00:00:00 2001 From: Leon Oostrum Date: Wed, 20 Nov 2024 13:33:18 +0100 Subject: [PATCH] Remove leftover marker reference in F407-specific file --- device/PowerSensor/device_specific/DISCO_F407VG.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/device/PowerSensor/device_specific/DISCO_F407VG.hpp b/device/PowerSensor/device_specific/DISCO_F407VG.hpp index 5849c69..d652965 100644 --- a/device/PowerSensor/device_specific/DISCO_F407VG.hpp +++ b/device/PowerSensor/device_specific/DISCO_F407VG.hpp @@ -127,7 +127,6 @@ extern "C" void DMA2_Stream0_IRQHandler() { // the marker bit is set by the main loop, always zero here serialData[2*i + 3] = (level & 0x3F) & ~(1 << 7); counter++; - sendMarkerNext = false; } // trigger sending data to host if enabled