aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-G++
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-21 11:14:24 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-21 11:14:24 +0000
commit73a6c86af1bb7f4c16f5aaf8d170176adc609fc8 (patch)
tree8ed5b49743dccecded1d0abb2fea4a9fb4444a22 /demos/ARM7-LPC214x-G++
parent3139ee3c532881a23fb5d4171cdc7120f4f1f869 (diff)
downloadChibiOS-73a6c86af1bb7f4c16f5aaf8d170176adc609fc8.tar.gz
ChibiOS-73a6c86af1bb7f4c16f5aaf8d170176adc609fc8.tar.bz2
ChibiOS-73a6c86af1bb7f4c16f5aaf8d170176adc609fc8.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@798 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-G++')
-rw-r--r--demos/ARM7-LPC214x-G++/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-LPC214x-G++/main.cpp b/demos/ARM7-LPC214x-G++/main.cpp
index a269189ab..37d79c04d 100644
--- a/demos/ARM7-LPC214x-G++/main.cpp
+++ b/demos/ARM7-LPC214x-G++/main.cpp
@@ -80,7 +80,7 @@ static const seqop_t LED3_sequence[] =
* Any sequencer is just an instance of this class, all the details are
* totally encapsulated and hidden to the application level.
*/
-class SequencerThread : EnhancedThread<64> {
+class SequencerThread : EnhancedThread<128> {
private:
const seqop_t *base, *curr; // Thread local variables.