diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-09-03 12:18:39 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-09-03 12:18:39 +0000 |
commit | 071e9457b0645f07a90485bd7a7c68fa5e34801b (patch) | |
tree | 913bcd56a5dc926e670581af78ca3e0c9cfce8fc /demos/Win32-MinGW/chconf.h | |
parent | d1ffba4de3c102f20a1985a7c5576a9627bd5287 (diff) | |
download | ChibiOS-071e9457b0645f07a90485bd7a7c68fa5e34801b.tar.gz ChibiOS-071e9457b0645f07a90485bd7a7c68fa5e34801b.tar.bz2 ChibiOS-071e9457b0645f07a90485bd7a7c68fa5e34801b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@421 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/Win32-MinGW/chconf.h')
-rw-r--r-- | demos/Win32-MinGW/chconf.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/demos/Win32-MinGW/chconf.h b/demos/Win32-MinGW/chconf.h index 0912c3f6d..f16918f72 100644 --- a/demos/Win32-MinGW/chconf.h +++ b/demos/Win32-MinGW/chconf.h @@ -51,23 +51,6 @@ * included in the kernel.*/
#define CH_USE_SYSTEMTIME
-/** Configuration option: if specified then the \p chThdSleep() function is
- * included in the kernel.
- * @note requires \p CH_USE_VIRTUAL_TIMERS.*/
-#define CH_USE_SLEEP
-
-/** Configuration option: if specified then the \p chThdResume()
- * function is included in the kernel.*/
-#define CH_USE_RESUME
-
-/** Configuration option: if specified then the \p chThdSuspend()
- * function is included in the kernel.*/
-#define CH_USE_SUSPEND
-
-/** Configuration option: if specified then the \p chThdTerminate()
- * and \p chThdShouldTerminate() functions are included in the kernel.*/
-#define CH_USE_TERMINATE
-
/** Configuration option: if specified then the \p chThdWait() function
* is included in the kernel.*/
#define CH_USE_WAITEXIT
|