Skip to content

Commit

Permalink
Remove leftover marker reference in F407-specific file
Browse files Browse the repository at this point in the history
  • Loading branch information
loostrum committed Nov 20, 2024
1 parent f5be304 commit 6792a5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion device/PowerSensor/device_specific/DISCO_F407VG.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6792a5b

Please sign in to comment.