diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-19 15:16:41 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-19 15:16:41 +0000 |
commit | 0ea5add1da767ae4a6b9f9b6ccaec3d3fe784fe2 (patch) | |
tree | e06c30ed68bfc0b43d2e377e54cb4e8c419da7d4 /os/rt | |
parent | 3eb5840723fcae22783cbeaaffd78267401bc39f (diff) | |
download | ChibiOS-0ea5add1da767ae4a6b9f9b6ccaec3d3fe784fe2.tar.gz ChibiOS-0ea5add1da767ae4a6b9f9b6ccaec3d3fe784fe2.tar.bz2 ChibiOS-0ea5add1da767ae4a6b9f9b6ccaec3d3fe784fe2.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6498 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt')
-rw-r--r-- | os/rt/osal/osal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/rt/osal/osal.h b/os/rt/osal/osal.h index 868fca249..c26b9853d 100644 --- a/os/rt/osal/osal.h +++ b/os/rt/osal/osal.h @@ -136,6 +136,7 @@ typedef io_queue_t GenericQueue; typedef input_queue_t InputQueue;
typedef output_queue_t OutputQueue;
typedef bool bool_t;
+#define OSAL_FREQUENCY OSAL_ST_FREQUENCY
#if 0
/**
|