aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-G++/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARM7-LPC214x-G++/main.cpp')
-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 37d79c04d..2f89d5dcf 100644
--- a/demos/ARM7-LPC214x-G++/main.cpp
+++ b/demos/ARM7-LPC214x-G++/main.cpp
@@ -108,7 +108,7 @@ protected:
}
public:
- SequencerThread(const seqop_t *sequence) : EnhancedThread<64>("sequencer") {
+ SequencerThread(const seqop_t *sequence) : EnhancedThread<128>("sequencer") {
base = curr = sequence;
}