mirror of https://github.com/rusefi/wideband.git
max31855: ups, reference, not copy (#146)
This commit is contained in:
parent
cf717982ab
commit
b5d94014cd
|
@ -122,7 +122,7 @@ void Max31855Thread::ThreadTask() {
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
for (int ch = 0; ch < EGT_CHANNELS; ch++) {
|
for (int ch = 0; ch < EGT_CHANNELS; ch++) {
|
||||||
Max31855 current = max31855[ch];
|
Max31855 ¤t = max31855[ch];
|
||||||
current.readPacket();
|
current.readPacket();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue