diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-05-29 08:47:33 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-05-29 08:47:33 +0000 |
commit | d86ed43b3a5479faa2c49af70608af5d7d11cac8 (patch) | |
tree | c451198db232dfe0b5de1e5062560b9353ea3c66 /os/hal/platforms/SPC5xx | |
parent | e9edd478029209ba06f09a380590e4ae3e844985 (diff) | |
download | ChibiOS-d86ed43b3a5479faa2c49af70608af5d7d11cac8.tar.gz ChibiOS-d86ed43b3a5479faa2c49af70608af5d7d11cac8.tar.bz2 ChibiOS-d86ed43b3a5479faa2c49af70608af5d7d11cac8.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5769 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC5xx')
-rw-r--r-- | os/hal/platforms/SPC5xx/EDMA_v1/spc5_edma.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC5xx/EDMA_v1/spc5_edma.h b/os/hal/platforms/SPC5xx/EDMA_v1/spc5_edma.h index 3c23292eb..2830556f5 100644 --- a/os/hal/platforms/SPC5xx/EDMA_v1/spc5_edma.h +++ b/os/hal/platforms/SPC5xx/EDMA_v1/spc5_edma.h @@ -72,7 +72,6 @@ #define SPC5_EDMA_ERROR_HANDLER() chSysHalt()
#endif
-
/**
* @brief EDMA error handler IRQ priority.
*/
|