diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-20 09:38:35 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-20 09:38:35 +0000 |
commit | 07297f0c1604422d427a417a60653abe60e1ca77 (patch) | |
tree | 7696572afd66b9c95c1e97d168e2a737f0b587b6 /testhal/STM32F30x/UART | |
parent | 83ad77612c9ebc3df58aa85236350226da88cf31 (diff) | |
download | ChibiOS-07297f0c1604422d427a417a60653abe60e1ca77.tar.gz ChibiOS-07297f0c1604422d427a417a60653abe60e1ca77.tar.bz2 ChibiOS-07297f0c1604422d427a417a60653abe60e1ca77.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6632 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F30x/UART')
-rw-r--r-- | testhal/STM32F30x/UART/chconf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testhal/STM32F30x/UART/chconf.h b/testhal/STM32F30x/UART/chconf.h index ead2c1de8..4fa0bcf4e 100644 --- a/testhal/STM32F30x/UART/chconf.h +++ b/testhal/STM32F30x/UART/chconf.h @@ -58,13 +58,6 @@ */
#define CH_CFG_ST_TIMEDELTA 2
-/**
- * @brief Realtime Counter frequency.
- * @details Frequency of the system counter used for realtime delays and
- * measurements.
- */
-#define CH_CFG_RTC_FREQUENCY 72000000
-
/** @} */
/*===========================================================================*/
|