summaryrefslogtreecommitdiff
path: root/drivers/src/fsl_dspi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/src/fsl_dspi.c')
-rw-r--r--drivers/src/fsl_dspi.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/src/fsl_dspi.c b/drivers/src/fsl_dspi.c
index 4eddce7..b105c4f 100644
--- a/drivers/src/fsl_dspi.c
+++ b/drivers/src/fsl_dspi.c
@@ -1494,11 +1494,6 @@ void DSPI_SlaveTransferHandleIRQ(SPI_Type *base, dspi_slave_handle_t *handle)
case APALIS_TK1_K20_IRQREG:
registers[APALIS_TK1_K20_IRQREG] = 0;
break;
- case APALIS_TK1_K20_CANERR:
- registers[APALIS_TK1_K20_CANERR] = 0x00;
- case APALIS_TK1_K20_CANERR + APALIS_TK1_K20_CAN_OFFSET:
- registers[APALIS_TK1_K20_CANERR
- + APALIS_TK1_K20_CAN_OFFSET] = 0x00;
}
}
else