diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2006-12-16 18:35:12 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2006-12-16 18:35:12 +0000 |
commit | 43c15921e42ad56f315ad2f54ce6fa52e02d3b41 (patch) | |
tree | 95d64629e7b34789fde0c36a77dad0678d0502ef /firmware/export/config.h | |
parent | 63a1cb52b43854848171334379f2ed9d4fe47837 (diff) |
Add queue_send synchronous message sending. Right now only for SWCODEC. Actual usage to be added to playback and recording shortly in upcoming commits.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11776 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r-- | firmware/export/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 95e3399690..68a4920d59 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -216,6 +216,10 @@ #endif #endif +#if CONFIG_CODEC == SWCODEC && !defined(BOOTLOADER) +#define HAVE_EXTENDED_MESSAGING_AND_NAME +#endif + #if (CONFIG_CODEC == SWCODEC) && !defined(SIMULATOR) && !defined(BOOTLOADER) #define HAVE_PRIORITY_SCHEDULING #define HAVE_SCHEDULER_BOOSTCTRL |