Browse Source

Bugfix in PulseGenerator_4

pull/12/head
Martin 5 years ago
parent
commit
fe6e300bbc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/PulseGenerator_4.hpp

+ 1
- 1
src/PulseGenerator_4.hpp View File

@@ -6,7 +6,7 @@
/** When triggered, holds a high value for a specified time before going low again */
struct PulseGenerator_4 {
simd::float_4 remaining = {};
simd::float_4 remaining = simd::float_4::zero();

/** Immediately disables the pulse */
void reset() {


Loading…
Cancel
Save