Skip to content
Snippets Groups Projects

Add channels for all 4 modules in DEPFET quadrant

Merged Cyril Danilevski requested to merge q2m1-4 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -241,7 +241,7 @@ void powerAllOff() {
if (success) {
PINS.ramping = true;
for (uint8_t groupIdx = pproc.stagesCount - 1; groupIdx >= 0; groupIdx--) {
for (int8_t groupIdx = pproc.stagesCount - 1; groupIdx >= 0; groupIdx--) {
group = pproc.stages[groupIdx].name;
groups += group;
groups += ",";
Loading