aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR/MEGA/LLD/SPIv1
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2018-01-21 20:13:51 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2018-01-21 20:13:51 +0000
commitb56329fd3d701c99461a8d1f32ab45b26f32ce30 (patch)
tree2c2ac6eb7686db4ecd520d3e10215b54a747df37 /os/hal/ports/AVR/MEGA/LLD/SPIv1
parentf56b8b742b0cedc359e12df4d477ea036d3d7863 (diff)
downloadChibiOS-b56329fd3d701c99461a8d1f32ab45b26f32ce30.tar.gz
ChibiOS-b56329fd3d701c99461a8d1f32ab45b26f32ce30.tar.bz2
ChibiOS-b56329fd3d701c99461a8d1f32ab45b26f32ce30.zip
AVR: Cleanup source code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11386 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/AVR/MEGA/LLD/SPIv1')
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.c b/os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.c
index 1a4dce95d..81dc0bc0b 100644
--- a/os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.c
+++ b/os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.c
@@ -83,9 +83,9 @@ OSAL_IRQ_HANDLER(SPI_STC_vect) {
}
#endif /* AVR_SPI_USE_SPI1 */
-/*===========================================================================*/
-/* Driver exported functions. */
-/*===========================================================================*/
+/*==========================================================================*/
+/* Driver exported functions. */
+/*==========================================================================*/
/**
* @brief Low level SPI driver initialization.