mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 19:42:08 +02:00
Modify library with BE specific tweaks
This commit is contained in:
parent
43fdb4a2f3
commit
de393d4ec0
1 changed files with 3 additions and 1 deletions
|
@ -929,7 +929,9 @@ void ACAN2517FD::isr_poll_core (void) {
|
||||||
writeRegister8Assume_SPI_transaction (FIFOSTA_REGISTER (RECEIVE_FIFO_INDEX), ~ (1 << 3)) ;
|
writeRegister8Assume_SPI_transaction (FIFOSTA_REGISTER (RECEIVE_FIFO_INDEX), ~ (1 << 3)) ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
turnOnInterrupts () ;
|
#ifdef ARDUINO_ARCH_ESP32
|
||||||
|
taskENABLE_INTERRUPTS () ;
|
||||||
|
#endif
|
||||||
mSPI.endTransaction () ;
|
mSPI.endTransaction () ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue