diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-22 13:19:18 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-22 13:19:18 +0000 |
commit | feaff06e8b4516db9a40f0fdd9492d711522496b (patch) | |
tree | 10114d3a33e9cc4011a1a708e8074552b3793130 /testhal/STM32F0xx/SPI | |
parent | fb6967cd23dbaee0c49c1447a159bd90e2860817 (diff) | |
download | ChibiOS-feaff06e8b4516db9a40f0fdd9492d711522496b.tar.gz ChibiOS-feaff06e8b4516db9a40f0fdd9492d711522496b.tar.bz2 ChibiOS-feaff06e8b4516db9a40f0fdd9492d711522496b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6636 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F0xx/SPI')
-rw-r--r-- | testhal/STM32F0xx/SPI/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F0xx/SPI/chconf.h b/testhal/STM32F0xx/SPI/chconf.h index feea94663..333080236 100644 --- a/testhal/STM32F0xx/SPI/chconf.h +++ b/testhal/STM32F0xx/SPI/chconf.h @@ -57,7 +57,7 @@ * this value.
*/
#define CH_CFG_ST_TIMEDELTA 2
-ports/STM32/STM32
+
/** @} */
/*===========================================================================*/
|