Merge branch 'FrontAccountingERP_ISR'
This commit is contained in:
commit
a62dddde18
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ static void CAN_isr(void *arg_p) {
|
||||||
| __CAN_IRQ_ARB_LOST // 0x40
|
| __CAN_IRQ_ARB_LOST // 0x40
|
||||||
| __CAN_IRQ_BUS_ERR // 0x80
|
| __CAN_IRQ_BUS_ERR // 0x80
|
||||||
)) != 0) {
|
)) != 0) {
|
||||||
xSemaphoreGive(sem_tx_complete);
|
xSemaphoreGiveFromISR(sem_tx_complete, &higherPriorityTaskWoken);
|
||||||
}
|
}
|
||||||
|
|
||||||
// check if any higher priority task has been woken by any handler
|
// check if any higher priority task has been woken by any handler
|
||||||
|
|
Loading…
Reference in a new issue