Skip to content

Commit

Permalink
Merge branch 'benirose:production' into BugCrack
Browse files Browse the repository at this point in the history
  • Loading branch information
herrkami authored Feb 20, 2022
2 parents aa45036 + 790cb8e commit 3ad1fbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions software/o_c_REV/HEM_Shredder.ino
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ public:
quant_channels = Unpack(data, PackLocation {16,8});
scale = Unpack(data, PackLocation {24,8});
quantizer.Configure(OC::Scales::GetScale(scale), 0xffff);
ForEachChannel(ch) {
Shred(ch);
}
VolageOut();
}

protected:
Expand Down

0 comments on commit 3ad1fbf

Please sign in to comment.