Updated demo project and chconf.h
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11895 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
9877090f8b
commit
6fc6f50af7
|
@ -92,10 +92,4 @@
|
|||
<locationURI>CHIBIOS/os</locationURI>
|
||||
</link>
|
||||
</linkedResources>
|
||||
<variableList>
|
||||
<variable>
|
||||
<name>CHIBIOS</name>
|
||||
<value>file:/C:/ChibiStudio/chibios_trunk</value>
|
||||
</variable>
|
||||
</variableList>
|
||||
</projectDescription>
|
||||
|
|
|
@ -49,7 +49,8 @@
|
|||
* @details Frequency of the system timer that drives the system ticks. This
|
||||
* setting also defines the system tick time unit.
|
||||
*/
|
||||
#define CH_CFG_ST_FREQUENCY 1000
|
||||
#define CH_CFG_ST_FREQUENCY 1000 /* periodic tick. */
|
||||
//#define CH_CFG_ST_FREQUENCY (83000000 / 32) /* tick-less. */
|
||||
|
||||
/**
|
||||
* @brief Time intervals data size.
|
||||
|
|
Loading…
Reference in New Issue