Subversion Repositories ChibiGauge

Rev

Rev 8 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 9
Line 70... Line 70...
70
 * @brief   System tick frequency.
70
 * @brief   System tick frequency.
71
 * @details Frequency of the system timer that drives the system ticks. This
71
 * @details Frequency of the system timer that drives the system ticks. This
72
 *          setting also defines the system tick time unit.
72
 *          setting also defines the system tick time unit.
73
 */
73
 */
74
#if !defined(CH_CFG_ST_FREQUENCY)
74
#if !defined(CH_CFG_ST_FREQUENCY)
75
#define CH_CFG_ST_FREQUENCY                 2000
75
#define CH_CFG_ST_FREQUENCY                 1000
76
#endif
76
#endif
77
 
77
 
78
/**
78
/**
79
 * @brief   Time intervals data size.
79
 * @brief   Time intervals data size.
80
 * @note    Allowed values are 16, 32 or 64 bits.
80
 * @note    Allowed values are 16, 32 or 64 bits.