Browse Source

remove to early cmdDone (?)

pull/1219/head^2
rejoe2 1 year ago
committed by GitHub
parent
commit
3282f44e37
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/hm/Communication.h

2
src/hm/Communication.h

@ -465,7 +465,7 @@ const byteAssign_t InfoAssignment[] = {
} else { // first data msg for 1ch, 2nd for 2ch
miComplete(q->iv);
}
cmdDone(q);
//cmdDone(q);
}
inline void miNextRequest(uint8_t cmd, const queue_s *q) {

Loading…
Cancel
Save